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"
|
2025-02-21 10:25:36 +00:00
|
|
|
"jsonm"
|
|
|
|
"json-data-encoding"
|
|
|
|
"decompress"
|
|
|
|
"conan-unix"
|
2025-02-21 10:49:14 +00:00
|
|
|
"conan-database"
|
2025-02-21 10:25:36 +00:00
|
|
|
"multipart_form-miou"
|
2025-01-22 10:54:30 +00:00
|
|
|
"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: [
|
2025-02-21 10:25:36 +00:00
|
|
|
[ "httpcats.dev" "git+https://github.com/robur-coop/httpcats.git#303e9e5508a0aab6c52920183c114b23e79ab704" ]
|
|
|
|
[ "miou.dev" "git+https://github.com/robur-coop/miou.git#1f0bf804c61338b8d0bc7cf15dd1e65f9d5699b3" ]
|
|
|
|
[ "multipart_form.dev" "git+https://github.com/dinosaure/multipart_form.git#d9d75404a0395cceda43b72f601bf781caf58047" ]
|
|
|
|
[ "multipart_form-miou.dev" "git+https://github.com/dinosaure/multipart_form.git#d9d75404a0395cceda43b72f601bf781caf58047" ]
|
2025-02-21 10:49:14 +00:00
|
|
|
[ "conan.dev" "git+https://github.com/mirage/conan.git#37d60f2cb47ecf3d25f51ab4f3db053d4d4603a9" ]
|
|
|
|
[ "conan-unix.dev" "git+https://github.com/mirage/conan.git#37d60f2cb47ecf3d25f51ab4f3db053d4d4603a9" ]
|
|
|
|
[ "conan-database.dev" "git+https://github.com/mirage/conan.git#37d60f2cb47ecf3d25f51ab4f3db053d4d4603a9" ]
|
2025-01-19 16:50:53 +00:00
|
|
|
]
|