2024-12-30 12:41:55 +00:00
|
|
|
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"
|
2025-01-04 17:12:43 +00:00
|
|
|
"httpcats"
|
2025-01-22 10:54:30 +00:00
|
|
|
"tyre"
|
|
|
|
"mirage-crypto-rng-miou-unix"
|
|
|
|
"hmap"
|
2024-12-30 12:41:55 +00:00
|
|
|
]
|
|
|
|
conflicts: [ "result" {< "1.5"} ]
|
|
|
|
build: [
|
|
|
|
["dune" "subst"] {dev}
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
|
|
]
|
|
|
|
|
|
|
|
synopsis: ""
|
2025-01-19 16:50:53 +00:00
|
|
|
|
|
|
|
pin-depends: [
|
|
|
|
[ "httpcats.dev" "git+https://github.com/robur-coop/httpcats.git#84a8a419057c1594f50f57ca8969477205fc3871" ]
|
|
|
|
]
|