mte/dune-project

35 lines
641 B
Text
Raw Normal View History

2025-09-13 15:56:19 +02:00
(lang dune 3.20)
(name mte)
2025-09-27 11:59:28 +02:00
; (implicit_transitive_deps false)
2025-09-13 15:56:19 +02:00
(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
(ocamlformat :with-dev-setup)
))