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/angstrom"
bug-reports: "https://github.com/inhabitedtype/angstrom/issues"
dev-repo: "git+https://github.com/inhabitedtype/angstrom.git"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.04.1"}
  "dune" {>= "1.0"}
  "angstrom" {>= "0.7.0"}
  "async" {>= "v0.10.0" & < "v0.15"}
]
synopsis: "Async support for Angstrom"
url {
  src: "https://github.com/inhabitedtype/angstrom/archive/0.12.1.tar.gz"
  checksum: "md5=b253d5bf5468a19408689523458cfe81"
}
