Skip to content

Commit 9f9edae

Browse files
authored
Merge pull request ocaml#23211 from reynir/release-http-mirage-client-v0.0.2
[new release] http-mirage-client (0.0.2)
2 parents 2209728 + 844e72c commit 9f9edae

File tree

1 file changed

+50
-0
lines changed
  • packages/http-mirage-client/http-mirage-client.0.0.2

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "HTTP client for MirageOS"
3+
maintainer: ["[email protected]"]
4+
authors: [
5+
"Robur Team <[email protected]>"
6+
]
7+
license: "MIT"
8+
homepage: "https://github.com/roburio/http-mirage-client"
9+
bug-reports: "https://github.com/roburio/http-mirage-client/issues"
10+
depends: [
11+
"dune" {>= "2.3"}
12+
"ocaml" {>= "4.11.0"}
13+
"paf" {>= "0.2.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"
19+
"httpaf"
20+
"alcotest-lwt" {with-test}
21+
"mirage-entropy" {with-test & >= "0.5.0"}
22+
"mirage-clock-unix" {with-test}
23+
"mirage-random-stdlib" {with-test}
24+
"mirage-time-unix" {with-test}
25+
"h2"
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/roburio/http-mirage-client.git"
42+
url {
43+
src:
44+
"https://github.com/roburio/http-mirage-client/releases/download/v0.0.2/http-mirage-client-0.0.2.tbz"
45+
checksum: [
46+
"sha256=b2da26d77b772a7d5e86479445e9b7f66c617772e6973f33f66ded1c6729e6f6"
47+
"sha512=ded431f66c69340cfd7c67b531e54b072ea19a733ea47e6926e1426a5dc75ac42916cc3466be74558351f92a02b745aa43e82442d9d1744f7131743e7e332218"
48+
]
49+
}
50+
x-commit-hash: "a0505c9e5ed1a94cdcf26d5accacb06d1188ea12"

0 commit comments

Comments
 (0)