this repo has no description
1opam-version: "2.0"
2maintainer: "Robur <team@robur.coop>"
3authors: ["Robur <team@robur.coop>"]
4homepage: "https://github.com/robur-coop/http-lwt-client"
5dev-repo: "git+https://github.com/robur-coop/http-lwt-client.git"
6bug-reports: "https://github.com/robur-coop/http-lwt-client/issues"
7license: "BSD-3-clause"
8
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "2.0.0"}
12 "cmdliner" {>= "1.1.0" & < "2.0.0"}
13 "logs"
14 "lwt"
15 "base64" {>= "3.1.0"}
16 "faraday-lwt-unix"
17 "httpaf" {>= "0.7.0"}
18 "tls" {>= "1.0.0"}
19 "tls-lwt" {>= "1.0.0"}
20 "ca-certs"
21 "fmt"
22 "bos"
23 "happy-eyeballs-lwt"
24 "h2" {>= "0.10.0"}
25]
26conflicts: [ "result" {< "1.5"} ]
27build: [
28 ["dune" "subst"] {dev}
29 ["dune" "build" "-p" name "-j" jobs]
30]
31
32synopsis: "A simple HTTP client using http/af, h2, and lwt"
33url {
34 src:
35 "https://github.com/robur-coop/http-lwt-client/releases/download/v0.3.1/http-lwt-client-0.3.1.tbz"
36 checksum: [
37 "sha256=8b9037b5ba757088783e4b831741112bed37d40a0c6707976cbb46e9ca8f344a"
38 "sha512=afe726b4c1d3f41e75062c8d4728272180f959dfe9f4654ca04ee520b6885ecc0b4a7c25ac5929e04335914fbf7c827846427ad277f19a69366672971537bb72"
39 ]
40}
41x-commit-hash: "7e91ce1166cf4222a4c5aa9e3b1a0847c158b2d9"
42x-maintenance-intent: [ "(latest)" ]