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.14"}
  "httpaf" {< "0.5.0"}
]
synopsis: "http/af - Async-specific support"
url {
  src: "https://github.com/inhabitedtype/httpaf/archive/0.4.1.tar.gz"
  checksum: "md5=16e4ea5850819f4d27ba957bf75955de"
}
