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" {< "2.0.0"} 13 "logs" 14 "lwt" 15 "rresult" 16 "base64" {>= "3.1.0"} 17 "faraday-lwt-unix" 18 "httpaf" {>= "0.7.0"} 19 "tls" {>= "0.14.0" & < "0.16.0"} 20 "ca-certs" 21 "fmt" 22 "bos" 23 "happy-eyeballs-lwt" 24 "h2" {>= "0.8.0" & < "0.9.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.0.4/http-lwt-client-v0.0.4.tbz" 36 checksum: [ 37 "sha256=948df1c8382d3f37b75dcb064aafaaae15232cc0b149afe907cbee8674808d30" 38 "sha512=e78d0efd8e8fb8944aaf8b9d248189ac8396351477ad4f4c262f4968d5a9c892bdda76e92a20390490b14d22ab84b103c6a0823628fe96ec1aa48c9c7a75e943" 39 ] 40} 41x-commit-hash: "ae79cbc8c3eb12e73c3f8dc1bb310a0e9020d52d"