add httpaf-lwt-client
This commit is contained in:
parent
e4e0cff283
commit
93380161da
2 changed files with 34 additions and 1 deletions
|
@ -22,7 +22,7 @@ depends: [
|
|||
"ptime"
|
||||
"rresult"
|
||||
"uuidm"
|
||||
"curly"
|
||||
"httpaf-lwt-client"
|
||||
"base64"
|
||||
]
|
||||
build: [
|
||||
|
|
33
packages/httpaf-lwt-client.0.0.1~dev/opam
Normal file
33
packages/httpaf-lwt-client.0.0.1~dev/opam
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue