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.1.0"}
20]
21synopsis: "http/af - Async-specific support"
22url {
23 src: "https://github.com/inhabitedtype/httpaf/archive/0.1.0.tar.gz"
24 checksum: [
25 "sha256=851dae82c8e375ebb2aed9e424044c92926446cd9360c7afbf2d307b9120c7d1"
26 "md5=a6d5bfaac43c6f0a72feabf3ff410cfd"
27 ]
28}