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" {>= "0.14.0" & < "0.16.0"} 19 "ca-certs" 20 "fmt" 21 "bos" 22 "happy-eyeballs-lwt" 23 "h2" {>= "0.9.0" & < "0.10.0"} 24] 25conflicts: [ "result" {< "1.5"} ] 26build: [ 27 ["dune" "subst"] {dev} 28 ["dune" "build" "-p" name "-j" jobs] 29] 30 31synopsis: "A simple HTTP client using http/af, h2, and lwt" 32url { 33 src: 34 "https://github.com/robur-coop/http-lwt-client/releases/download/v0.2.0/http-lwt-client-0.2.0.tbz" 35 checksum: [ 36 "sha256=a84ec8d6f125f53ecb3a2d2dde76b4a7d8ca14ce4888dfd66b00e426febb2c53" 37 "sha512=c0e3ee7b35c0f18b532b1ad421dee78ae114f7c4e6b857341432fd57c1b1d4f2cbdf0a116f0c9af4d4a3a19e29499922bfc5e1118ee69717acf72e6af39c9d4c" 38 ] 39} 40x-commit-hash: "2bba6fb323ef37742d89926aeabde440b02a7bda"