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" "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"} ] conflicts: [ "result" {< "1.5"} ] 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.5/http-lwt-client-v0.0.5.tbz" checksum: [ "sha256=ba0cf3268c98f57b65e67dbecd262d2af74d8cd17703e56ca17ef51859b0a4b5" "sha512=9a06b53d0e79934b1d0039b463dd02097131969fa94e1fdac9bbfcb34c8f0e171964486dcaf37a5f4148245d9a344f4a5aaf271fa38d557615f6036266ee016b" ] } x-commit-hash: "7901723df3c532620a7d2c3b8a87f040ea399ddb"