mte/.jjconflict-side-1/mte.opam

50 lines
935 B
Text
Raw Normal View History

2025-09-13 15:56:19 +02:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
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"
maintainer: ["Olivier Pierre <swrup@protonmail.com>"]
authors: ["Olivier Pierre <swrup@protonmail.com>"]
license: "AGPL-3.0-only"
tags: ["GNU Taler" "MirageOS" "unikernel" "OCaml" "crypto"]
2025-09-13 15:56:19 +02:00
depends: [
"dune" {>= "3.20"}
2025-09-21 17:44:14 +02:00
"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 03:05:03 +01:00
"bin"
"angstrom"
"mirage-crypto"
2026-02-13 09:34:03 +01:00
"kdf"
2025-11-11 03:05:03 +01:00
"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}
2025-09-13 15:56:19 +02:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
x-maintenance-intent: ["(latest)"]