better pin-depends
This commit is contained in:
parent
b1a8a2da5f
commit
3124ffb4ad
4 changed files with 97 additions and 78 deletions
93
mte.opam
93
mte.opam
|
|
@ -1,49 +1,72 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "MTE - the MirageOS Taler Exchange"
|
||||
authors: ["Olivier Pierre <swrup@protonmail.com>"]
|
||||
maintainer: ["Olivier Pierre <swrup@protonmail.com>"]
|
||||
license: "AGPL-3.0-only"
|
||||
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"]
|
||||
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.3"}
|
||||
"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"
|
||||
"crunch"
|
||||
"vif"
|
||||
"jsont"
|
||||
"cohttp"
|
||||
"fmt"
|
||||
"bin"
|
||||
"angstrom"
|
||||
"mirage-crypto"
|
||||
"kdf"
|
||||
"digestif"
|
||||
"duration"
|
||||
"jsont"
|
||||
"cohttp"
|
||||
"ptime"
|
||||
"logs"
|
||||
"ocamlformat" {with-dev-setup}
|
||||
"odoc" {with-doc}
|
||||
"pgx"
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
[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" ]
|
||||
]
|
||||
x-maintenance-intent: ["(latest)"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue