update depends
This commit is contained in:
parent
ab118e0c1e
commit
606d2a6045
2 changed files with 11 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
("GNU Taler" MirageOS unikernel OCaml crypto))
|
("GNU Taler" MirageOS unikernel OCaml crypto))
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= 5.3))
|
(ocaml (>= 5.3))
|
||||||
|
base32
|
||||||
crunch
|
crunch
|
||||||
vif
|
vif
|
||||||
jsont
|
jsont
|
||||||
|
|
|
||||||
10
mte.opam
10
mte.opam
|
|
@ -10,11 +10,21 @@ tags: ["GNU Taler" "MirageOS" "unikernel" "OCaml" "crypto"]
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "3.20"}
|
"dune" {>= "3.20"}
|
||||||
"ocaml" {>= "5.3"}
|
"ocaml" {>= "5.3"}
|
||||||
|
"base32"
|
||||||
"crunch"
|
"crunch"
|
||||||
"vif"
|
"vif"
|
||||||
"jsont"
|
"jsont"
|
||||||
"cohttp"
|
"cohttp"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"bin"
|
||||||
|
"angstrom"
|
||||||
|
"zarith"
|
||||||
|
"mirage-crypto"
|
||||||
|
"digestif"
|
||||||
|
"duration"
|
||||||
|
"jsont"
|
||||||
|
"cohttp"
|
||||||
|
"ptime"
|
||||||
"ocamlformat" {with-dev-setup}
|
"ocamlformat" {with-dev-setup}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue