opam-version: "2.0"
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-Clause"
homepage: "https://github.com/inhabitedtype/httpaf"
bug-reports: "https://github.com/inhabitedtype/httpaf/issues"
dev-repo: "git+https://github.com/inhabitedtype/httpaf.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta10"}
  "angstrom-async" {< "0.9.0"}
  "faraday-async"
  "async" {< "v0.13"}
  "httpaf" {<= "0.1.0"}
]
synopsis: "http/af - Async-specific support"
url {
  src: "https://github.com/inhabitedtype/httpaf/archive/0.1.0.tar.gz"
  checksum: "md5=a6d5bfaac43c6f0a72feabf3ff410cfd"
}
