remove httpaf-lwt-client

This commit is contained in:
Hannes Mehnert 2021-09-06 15:12:50 +02:00
parent 009206298d
commit 75d4edc521

View file

@ -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"
}