vif/vif.opam
Reynir Björnsson 51dc976ff1 Opam dependencies (#1)
Add missing dependencies on tyre, mirage-crypto-rng-miou-unix and hmap.

Reviewed-on: #1
Reviewed-by: dinosaure <romain.calascibetta@gmail.com>
2025-01-22 10:54:30 +00:00

32 lines
697 B
Text

opam-version: "2.0"
maintainer: "Robur <team@robur.coop>"
authors: ["Robur <team@robur.coop>"]
homepage: "https://github.com/robur-coop/vif"
dev-repo: "git+https://github.com/robur-coop/vif.git"
bug-reports: "https://github.com/robur-coop/vif/issues"
license: "BSD-3-clause"
depends: [
"ocaml" {>= "5.0.0"}
"dune" {>= "2.0.0"}
"fmt"
"bos"
"logs"
"fpath"
"cmdliner"
"httpcats"
"tyre"
"mirage-crypto-rng-miou-unix"
"hmap"
]
conflicts: [ "result" {< "1.5"} ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
synopsis: ""
pin-depends: [
[ "httpcats.dev" "git+https://github.com/robur-coop/httpcats.git#84a8a419057c1594f50f57ca8969477205fc3871" ]
]