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.1.tar.gz" checksum: [ "sha256=7c84f934e6e9ec2162b75d9999a85c183dd4a96ff14b76af743d21ee9ef0144b" "md5=d4f6d220bd3b6539067b604e6e0fe6ca" ] }