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" "lwt" "base-unix" ] synopsis: "Lwt_unix support for Angstrom" url { src: "https://github.com/inhabitedtype/angstrom/archive/0.11.2.tar.gz" checksum: [ "sha256=f67e7fad1af4a6cce4cc42dbfbba4224b4cc3775b46612969bf67ee914bcf624" "md5=4275bc9b14ab9a42d14c3420cda33947" ] }