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.8.0.tar.gz" checksum: [ "sha256=8bbe57e04cb7a08c8966b7ff6d458dbf14942540dc60d5a54ac1975b3cae2111" "md5=0103a25b0acf27df23dc52262ec8aa4c" ] }