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"}
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"
33x-maintenance-intent: [ "(latest)" ]
34url {
35 src:
36 "https://github.com/robur-coop/http-lwt-client/releases/download/v0.3.2/http-lwt-client-0.3.2.tbz"
37 checksum: [
38 "sha256=488bc9d06135d404126a6090d8d58811bf3d7f0d119277d511e0a205cf6db5a5"
39 "sha512=86c2bfc74a9b3736e1f9a9edddbacb0b0969f379d9cb47336afd307523b6647b1bdaaaf98ca3a5c2716e9a32b5b022a5cbd47373078653d2278a86b0f7a761df"
40 ]
41}
42x-commit-hash: "f0245150db0c37752a36bc75b92217b9601c251b"