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.3/http-lwt-client-v0.0.3.tbz" checksum: [ "sha256=21f88ca48a215e602b275ebbb91a1d30fff1c45280d423cecbec1448457f5eed" "sha512=7c754c23b76ed5e06d837792b861f8d629f8eae02092532f7afc0199cc4584d23a8ab7081330b509c21e95254dda2c666b6b38ecfcffb1b3e70074ebfa76cd22" ] } x-commit-hash: "ebd3cc1af3ce0036bea9663e69a6dd61796ede7b"