Skip to content

Commit 0bed1be

Browse files
committed
[new release] http-mirage-client (0.0.5)
CHANGES: * Order http2 headers appropriately to avoid malformed requests (as in http-lwt-client#20, @hannesm)
1 parent 8600723 commit 0bed1be

File tree

1 file changed

+49
-0
lines changed
  • packages/http-mirage-client/http-mirage-client.0.0.5

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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-clock-unix" {with-test & >= "4.0.0"}
22+
"mirage-crypto-rng" {with-test}
23+
"mirage-time-unix" {with-test & >= "3.0.0"}
24+
"h2" {>= "0.10.0"}
25+
]
26+
build: [
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+
]
40+
dev-repo: "git+https://github.com/roburio/http-mirage-client.git"
41+
url {
42+
src:
43+
"https://github.com/roburio/http-mirage-client/releases/download/v0.0.5/http-mirage-client-0.0.5.tbz"
44+
checksum: [
45+
"sha256=c3f74cbf942f820953163f55e304680ea2bedfa61e134c562f1700552d281f3d"
46+
"sha512=83545383d6f40ccaa721331ab6152f24ca1895f3b2781710033eda3aaa263247e374f14c211bd3283c7f5ad10b1ffe822191249cce582242a2a450ae4fe6bfcf"
47+
]
48+
}
49+
x-commit-hash: "17b3b23196257bf97df48c663dfc9f8fb798882c"

0 commit comments

Comments
 (0)