mte/.jjconflict-base-0/dune-project

47 lines
764 B
Text
Raw Normal View History

2025-09-13 15:56:19 +02:00
(lang dune 3.20)
(name mte)
(generate_opam_files true)
2025-09-21 17:44:14 +02:00
; (source
; (github username/reponame))
2025-09-13 15:56:19 +02:00
2025-09-21 17:44:14 +02:00
(authors "Olivier Pierre <swrup@protonmail.com>")
2025-09-13 15:56:19 +02:00
2025-09-21 17:44:14 +02:00
(maintainers "Olivier Pierre <swrup@protonmail.com>")
2025-09-13 15:56:19 +02:00
2025-09-21 17:44:14 +02:00
(license AGPL-3.0-only)
2025-09-13 15:56:19 +02:00
2025-09-21 17:44:14 +02:00
; (documentation https://url/to/documentation)
2025-09-13 15:56:19 +02:00
(package
(name mte)
2025-09-21 17:44:14 +02:00
(synopsis "MTE - the MirageOS Taler Exchange")
(description "A GNU Taler exchange implementation with the unikernel framework MirageOS")
2025-09-13 15:56:19 +02:00
(tags
2025-09-21 17:44:14 +02:00
("GNU Taler" MirageOS unikernel OCaml crypto))
(depends
(ocaml (>= 5.3))
2025-11-11 03:05:03 +01:00
base32
2025-11-11 03:12:12 +01:00
caqti
caqti-miou
caqti-driver-pgx
2025-09-21 17:44:14 +02:00
crunch
vif
jsont
cohttp
fmt
2025-11-11 02:32:45 +01:00
bin
angstrom
zarith
mirage-crypto
digestif
duration
jsont
cohttp
ptime
2025-11-29 19:36:35 +01:00
logs
2025-09-21 17:44:14 +02:00
(ocamlformat :with-dev-setup)
))