-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhttp-mirage-client.opam
43 lines (43 loc) · 1.06 KB
/
http-mirage-client.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
opam-version: "2.0"
synopsis: "HTTP client for MirageOS"
maintainer: ["[email protected]"]
authors: [
"Robur Team <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/robur-coop/http-mirage-client"
bug-reports: "https://github.com/robur-coop/http-mirage-client/issues"
depends: [
"dune" {>= "2.3"}
"ocaml" {>= "4.11.0"}
"paf" {>= "0.2.0"}
"mirage-clock" {>= "4.0.0"}
"mirage-time" {>= "3.0.0"}
"tcpip" {>= "7.0.0"}
"lwt" {>= "5.5.0"}
"mimic-happy-eyeballs" {>= "0.0.9"}
"httpaf"
"alcotest-lwt" {with-test & >= "1.0.0"}
"mirage-clock-unix" {with-test & >= "4.0.0"}
"mirage-crypto-rng" {with-test}
"mirage-time-unix" {with-test & >= "3.0.0"}
"h2" {>= "0.10.0"}
"tls" {>= "1.0.0"}
"x509" {>= "1.0.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git"
x-maintenance-intent: [ "(latest)" ]