opam-version: "2.0" maintainer: "Robur " authors: ["Robur "] homepage: "https://github.com/robur-coop/http-lwt-client" dev-repo: "git+https://github.com/robur-coop/http-lwt-client.git" bug-reports: "https://github.com/robur-coop/http-lwt-client/issues" license: "BSD-3-clause" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.0.0"} "cmdliner" {< "2.0.0"} "logs" "lwt" "rresult" "base64" {>= "3.1.0"} "faraday-lwt-unix" "httpaf" {>= "0.7.0"} "tls" {>= "0.14.0" & < "0.16.0"} "ca-certs" "fmt" "bos" "happy-eyeballs-lwt" "h2" {>= "0.8.0" & < "0.9.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] synopsis: "A simple HTTP client using http/af, h2, and lwt" url { src: "https://github.com/robur-coop/http-lwt-client/releases/download/v0.0.1/http-lwt-client-v0.0.1.tbz" checksum: [ "sha256=9d30b6891028e6a81f0ec946c011ebc4acd17a8feabb419d584e80ef1528b019" "sha512=90f7571412cfaa499f7b03c366eeb69e38e765874bc64a8a59fc2fc0e533adfe20707a81d9c77683bbeb675170d3c1b7cf115c47ee0f79366a6cbef57069b65d" ] } x-commit-hash: "6c3bb79c3375139b1ced82f8a343cf73cd3c4cbc"