this repo has no description
1opam-version: "2.0"
2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
3authors: [
4 "Anton Bachin <antonbachin@yahoo.com>"
5 "Spiros Eliopoulos <spiros@inhabitedtype.com>"
6]
7license: "BSD-3-clause"
8homepage: "https://github.com/inhabitedtype/httpaf"
9bug-reports: "https://github.com/inhabitedtype/httpaf/issues"
10dev-repo: "git+https://github.com/inhabitedtype/httpaf.git"
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs]
14]
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "faraday-lwt-unix"
18 "httpaf" {>= "0.6.0"}
19 "dune" {>= "1.5.0"}
20 "lwt" {>= "2.4.7"}
21]
22synopsis: "Lwt support for http/af"
23url {
24 src: "https://github.com/inhabitedtype/httpaf/archive/0.6.6.tar.gz"
25 checksum: [
26 "sha256=0f00e1abfdcfddc32e125a9880a4d8b2dcb4f8e51903c03259c76bf8687bf0a7"
27 "md5=905aa1eea6fd5c1ddc0902d9884a8832"
28 ]
29}