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.14"}
19 "httpaf" {< "0.5.0"}
20]
21synopsis: "http/af - Async-specific support"
22url {
23 src: "https://github.com/inhabitedtype/httpaf/archive/0.4.1.tar.gz"
24 checksum: [
25 "sha256=42350cb5f79470fd50afa086acc6bf872f40318331ec8a94445e1bb0fbeb7af9"
26 "md5=16e4ea5850819f4d27ba957bf75955de"
27 ]
28}