this repo has no description
1opam-version: "2.0"
2maintainer: "Robur <team@robur.coop>"
3authors: ["Robur <team@robur.coop>"]
4homepage: "https://github.com/robur-coop/httpcats"
5dev-repo: "git+https://github.com/robur-coop/httpcats.git"
6bug-reports: "https://github.com/robur-coop/httpcats/issues"
7license: "BSD-3-clause"
8
9depends: [
10 "ocaml" {>= "5.0.0"}
11 "dune" {>= "2.8.0"}
12 "logs"
13 "miou" {>= "0.3.0"}
14 "fmt" {>= "0.9.0"}
15 "h2" {>= "0.13.0"}
16 "h1" {>= "1.0.0"}
17 "ca-certs"
18 "tls-miou-unix" {>= "1.0.1"}
19 "dns-client-miou-unix" {>= "9.0.0"}
20 "happy-eyeballs-miou-unix"
21 "mirage-crypto-rng-miou-unix" {with-test & >= "1.1.0"}
22 "alcotest" {>= "1.8.0" & with-test}
23 "digestif" {with-test & >= "1.2.0"}
24]
25conflicts: [ "result" {< "1.5"} ]
26build: [
27 ["dune" "subst"] {dev}
28 ["dune" "build" "-p" name "-j" jobs]
29]
30synopsis: "A simple HTTP client using h1, h2, and miou"
31available: [ arch != "x86_32" & arch != "arm32" ]
32url {
33 src:
34 "https://github.com/robur-coop/httpcats/releases/download/v0.0.1/httpcats-0.0.1.tbz"
35 checksum: [
36 "sha256=7bef876d0330d13aeee269ee14390cb271512682906cf7f941accef4cdd7a189"
37 "sha512=fb0f963da474fd976517e62a6b21ebc02b700a3f3581af1b690b4e16724c929385c40a6d2859a190361bb93354e337268162b2c96b5eecabcac94c191b53d707"
38 ]
39}
40x-commit-hash: "4dde8cd7171e539901eb2877a5e8ab17bf21d390"