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: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.0"} "angstrom" "base-unix" ] synopsis: "Unix support for Angstrom" url { src: "https://github.com/inhabitedtype/angstrom/archive/0.14.1.tar.gz" checksum: [ "sha256=bd1633b7bb72391a39ee516044678efa1010b5c57c16df56bd63e07a6c1feb93" "md5=915bbcc1adbd0debc1b0a54531c7601a" ] }