opam-version: "2.0" maintainer: "Robur " authors: ["Robur "] 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" ] ]