Skip to content

Commit 71af60e

Browse files
committed
[new release] http-lwt-client (0.2.5)
CHANGES: * Order http2 headers appropriately to avoid malformed requests (robur-coop/http-lwt-client#20, @hannesm)
1 parent 8600723 commit 71af60e

File tree

1 file changed

+41
-0
lines changed
  • packages/http-lwt-client/http-lwt-client.0.2.5

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
maintainer: "Robur <[email protected]>"
3+
authors: ["Robur <[email protected]>"]
4+
homepage: "https://github.com/roburio/http-lwt-client"
5+
dev-repo: "git+https://github.com/roburio/http-lwt-client.git"
6+
bug-reports: "https://github.com/roburio/http-lwt-client/issues"
7+
license: "BSD-3-clause"
8+
9+
depends: [
10+
"ocaml" {>= "4.08.0"}
11+
"dune" {>= "2.0.0"}
12+
"cmdliner" {>= "1.1.0"}
13+
"logs"
14+
"lwt"
15+
"base64" {>= "3.1.0"}
16+
"faraday-lwt-unix"
17+
"httpaf" {>= "0.7.0"}
18+
"tls" {>= "0.16.0"}
19+
"tls-lwt" {>= "0.16.0"}
20+
"ca-certs"
21+
"fmt"
22+
"bos"
23+
"happy-eyeballs-lwt"
24+
"h2" {>= "0.10.0"}
25+
]
26+
conflicts: [ "result" {< "1.5"} ]
27+
build: [
28+
["dune" "subst"] {dev}
29+
["dune" "build" "-p" name "-j" jobs]
30+
]
31+
32+
synopsis: "A simple HTTP client using http/af, h2, and lwt"
33+
url {
34+
src:
35+
"https://github.com/roburio/http-lwt-client/releases/download/v0.2.5/http-lwt-client-0.2.5.tbz"
36+
checksum: [
37+
"sha256=80c3f567eb20ebbe0f1bad8beacc3cf70d148bbca13f4e0021b6668e021fee5b"
38+
"sha512=f18e12bcb4a4a99b046525d930b033337c108c29d726d97f69608633c581964c5029469ce8d2e7cf47e94f742f73717237149179506f8984c4ecf0d871cd9b7b"
39+
]
40+
}
41+
x-commit-hash: "7301db635c2234184cc2164cad22c33de3f3ee73"

0 commit comments

Comments
 (0)