mte/dune-project

42 lines
703 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))
crunch
vif
jsont
cohttp
fmt
2025-11-11 02:32:45 +01:00
bin
angstrom
zarith
mirage-crypto
digestif
duration
jsont
cohttp
ptime
2025-09-21 17:44:14 +02:00
(ocamlformat :with-dev-setup)
))