this repo has no description
1opam-version: "2.0"
2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
4license: "BSD-3-Clause"
5homepage: "https://github.com/inhabitedtype/httpaf"
6bug-reports: "https://github.com/inhabitedtype/httpaf/issues"
7dev-repo: "git+https://github.com/inhabitedtype/httpaf.git"
8build: [
9 ["jbuilder" "subst" "-p" name] {dev}
10 ["jbuilder" "build" "-p" name "-j" jobs]
11 ["jbuilder" "runtest" "-p" name] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "jbuilder" {>= "1.0+beta10"}
16 "angstrom-async" {< "0.9.0"}
17 "faraday-async"
18 "async" {< "v0.13"}
19 "httpaf" {<= "0.2.0"}
20]
21synopsis: "http/af - Async-specific support"
22url {
23 src: "https://github.com/inhabitedtype/httpaf/archive/0.2.0.tar.gz"
24 checksum: [
25 "sha256=9156a22b758b17f5fad3147d852d69568628324c55f09089bd7fff47d6306001"
26 "md5=b878ea9b23b3c863ed2a532148bb430e"
27 ]
28}