add httpaf-lwt-client

This commit is contained in:
Hannes Mehnert 2021-08-10 13:36:36 +02:00
parent e4e0cff283
commit 93380161da
2 changed files with 34 additions and 1 deletions

View file

@ -22,7 +22,7 @@ depends: [
"ptime"
"rresult"
"uuidm"
"curly"
"httpaf-lwt-client"
"base64"
]
build: [

View file

@ -0,0 +1,33 @@
opam-version: "2.0"
maintainer: "Robur <team@robur.coop>"
authors: ["Robur <team@robur.coop>"]
homepage: "https://github.com/roburio/httpaf-lwt-client"
dev-repo: "git+https://github.com/roburio/httpaf-lwt-client.git"
bug-reports: "https://github.com/roburio/httpaf-lwt-client/issues"
license: "BSD-3-clause"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0.0"}
"cmdliner"
"logs"
"lwt"
"rresult"
"base64" {>= "3.1.0"}
"faraday-lwt-unix"
"httpaf"
"tls"
"dns-client"
"ca-certs"
"fmt"
"bos"
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
synopsis: "A simple HTTP client using http/af and lwt"
url {
src: "git+https://github.com/roburio/httpaf-lwt-client.git"
}