opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] 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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta10"} "angstrom" {< "0.11.0"} "base-unix" ] synopsis: "Angstrom - Unix-specific support" url { src: "https://github.com/inhabitedtype/angstrom/archive/0.10.0.tar.gz" checksum: [ "sha256=d73384483e8a2d9c6665acf0a4d6fa09e35075da0692e10183cb5589e1c9cf50" "md5=51e2d9a272314671eb5fa3fb3fd5171f" ] }