opam-version: "2.0" synopsis: "MTE - the MirageOS Taler Exchange" authors: ["Olivier Pierre "] maintainer: ["Olivier Pierre "] license: "AGPL-3.0-only" description: "A GNU Taler exchange implementation with the unikernel framework MirageOS" tags: ["GNU Taler" "MirageOS" "unikernel" "OCaml" "crypto"] homepage: "https://forge.kumikode.org/swrup/mte" dev-repo: "git+https://forge.kumikode.org/swrup/mte.git" bug-reports: "https://forge.kumikode.org/swrup/mte/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "5.4.1"} "solo5" "ocaml-solo5" "crunch" "base32" "angstrom" "fmt" "logs" "fpath" "cohttp" "bin" "bytesrw" "jsont" "digestif" "kdf" "zarith" "eqaf" "mirage-crypto-ec" "mirage-crypto-pk" "ptime" "uri" "vifu" "vif" "mnet" "mnet-tls" "mnet-happy-eyeballs" "mnet-dns" "mirage-mtime" "mhttp-server" "mhttp-client" "mhttp" "mfat" "caqti" "caqti-miou" "caqti-mnet" "caqti-driver-pgx" "pgx" ] build: [ [make "build"] ] pin-depends: [ [ "zarith.dev" "git+https://github.com/mirage/Zarith.git#df8969d9bb95cffca13e31a615189ab27ada0684" ] [ "mnet.dev" "git+https://github.com/robur-coop/mnet.git#7e07437cda26f8efd3da0c4d14d76293d8fcbc78" ] [ "mnet-tls.dev" "git+https://github.com/robur-coop/mnet.git#7e07437cda26f8efd3da0c4d14d76293d8fcbc78" ] [ "mnet-happy-eyeballs.dev" "git+https://github.com/robur-coop/mnet.git#7e07437cda26f8efd3da0c4d14d76293d8fcbc78" ] [ "mnet-dns.dev" "git+https://github.com/robur-coop/mnet.git#7e07437cda26f8efd3da0c4d14d76293d8fcbc78" ] [ "mhttp.dev" "git+https://github.com/robur-coop/mhttp.git#57df8883ad0b4dfd81812d297f26259f9efa2880" ] [ "mhttp-client.dev" "git+https://github.com/robur-coop/mhttp.git#57df8883ad0b4dfd81812d297f26259f9efa2880" ] [ "mhttp-server.dev" "git+https://github.com/robur-coop/mhttp.git#57df8883ad0b4dfd81812d297f26259f9efa2880" ] [ "vif.dev" "git+https://github.com/robur-coop/vif.git#0be5b5b90a41e1b974be3793fda96b408bd0e945" ] [ "vifu.dev" "git+https://github.com/robur-coop/vif.git#0be5b5b90a41e1b974be3793fda96b408bd0e945" ] [ "mirage-mtime.dev" "git+https://github.com/swrup/mirage-mtime.git#6a6bb4dd25624a3c43e6417dcdf73f3c689946a7" ] [ "caqti.dev" "git+https://github.com/swrup/ocaml-caqti.git#34defd3dd86797eb1e2cdb2de3c6ac27ac87f2b7" ] [ "caqti-miou.dev" "git+https://github.com/swrup/ocaml-caqti.git#34defd3dd86797eb1e2cdb2de3c6ac27ac87f2b7" ] [ "caqti-mnet.dev" "git+https://github.com/swrup/ocaml-caqti.git#34defd3dd86797eb1e2cdb2de3c6ac27ac87f2b7" ] [ "caqti-driver-pgx.dev" "git+https://github.com/swrup/ocaml-caqti.git#34defd3dd86797eb1e2cdb2de3c6ac27ac87f2b7" ] [ "mfat.dev" "git+https://github.com/swrup/mfat.git#ab53147fbbc1ec661ed33263eea7313b0ae96433" ] ]