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" {>= "1.1.0" & < "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.9.0" & < "0.10.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.1.0/http-lwt-client-0.1.0.tbz" checksum: [ "sha256=fbc00b005e6296a8d4ba55e6d052bd29ba201e8de21010e43f487b08805f7e4c" "sha512=a9fca2ff44f649ae072fbe583355468b6c1e7d34538ce0a5ec9c8f2dac2d81ff3eab22bd292734ee5581c39765fe4886cea2a3aa1c8cf0df8c2e88a26c6983fd" ] } x-commit-hash: "14fe3e8ed5b7ed0dee87e15169871cc3c3bd2dc8"