File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/http-lwt-client/http-lwt-client.0.2.1 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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.14.0"}
19+ "ca-certs"
20+ "fmt"
21+ "bos"
22+ "happy-eyeballs-lwt"
23+ "h2" {>= "0.9.0"}
24+ ]
25+ conflicts: [ "result" {< "1.5"} ]
26+ build: [
27+ ["dune" "subst"] {dev}
28+ ["dune" "build" "-p" name "-j" jobs]
29+ ]
30+
31+ synopsis: "A simple HTTP client using http/af, h2, and lwt"
32+ url {
33+ src:
34+ "https://github.com/roburio/http-lwt-client/releases/download/v0.2.1/http-lwt-client-0.2.1.tbz"
35+ checksum: [
36+ "sha256=c34733e1546794d93e9d0560d1633c0818a9677965d2157078dd8d1635c25cfb"
37+ "sha512=2c16d3d3867bcdedb80d658b94d7219b91a3ffdffe4efd16887d04e55b68faa04108953bc5bf20775b97af18a2c3208e8338c1c2da70c3d21fd7db8b77f2cfbf"
38+ ]
39+ }
40+ x-commit-hash: "853e1f070b44b3eb3644164072d9ceb14bbe37e3"
You can’t perform that action at this time.
0 commit comments