this repo has no description
1opam-version: "2.0"
2synopsis: "HTTP client for MirageOS"
3maintainer: ["team@robur.coop"]
4authors: [
5 "Robur Team <team@robur.coop>"
6]
7license: "MIT"
8homepage: "https://github.com/robur-coop/http-mirage-client"
9bug-reports: "https://github.com/robur-coop/http-mirage-client/issues"
10depends: [
11 "dune" {>= "2.3"}
12 "ocaml" {>= "4.11.0"}
13 "paf" {>= "0.2.0" & < "0.8.0"}
14 "mirage-clock" {>= "4.0.0"}
15 "mirage-time" {>= "3.0.0"}
16 "tcpip" {>= "7.0.0"}
17 "lwt" {>= "5.5.0"}
18 "mimic-happy-eyeballs" {< "0.0.8"}
19 "httpaf"
20 "alcotest-lwt" {with-test}
21 "mirage-clock-unix" {with-test & >= "4.0.0"}
22 "mirage-crypto-rng" {with-test & < "1.0.0"}
23 "mirage-time-unix" {with-test & >= "3.0.0"}
24 "h2" {>= "0.10.0"}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git"
41url {
42 src:
43 "https://github.com/robur-coop/http-mirage-client/releases/download/v0.0.4/http-mirage-client-0.0.4.tbz"
44 checksum: [
45 "sha256=acc9f8e8a04f4ba1c7ba7087279cb0ef788251a69cd1d3e4c37d2653c6c59d7e"
46 "sha512=b8d1074a3e441d549980d7c6986189df96e59b178c5976df642f26821f242457889a9cce7cf71892d484b06849efb999a66801786f8d656b9e140590dcddb6ab"
47 ]
48}
49x-commit-hash: "b1160843c7895a9a9b8f56524ea8202dde743b09"