(lang dune 3.20) (name mte) ; (implicit_transitive_deps false) (generate_opam_files true) ; (source ; (github username/reponame)) (authors "Olivier Pierre ") (maintainers "Olivier Pierre ") (license AGPL-3.0-only) ; (documentation https://url/to/documentation) (package (name mte) (synopsis "MTE - the MirageOS Taler Exchange") (description "A GNU Taler exchange implementation with the unikernel framework MirageOS") (tags ("GNU Taler" MirageOS unikernel OCaml crypto)) (depends (ocaml (>= 5.3)) crunch vif jsont cohttp fmt (ocamlformat :with-dev-setup) ))