remove httpaf-lwt-client
This commit is contained in:
parent
009206298d
commit
75d4edc521
1 changed files with 0 additions and 33 deletions
|
@ -1,33 +0,0 @@
|
|||
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"
|
||||
"ca-certs"
|
||||
"fmt"
|
||||
"bos"
|
||||
"happy-eyeballs-lwt"
|
||||
]
|
||||
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