this repo has no description
1opam-version: "2.0"
2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
3authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
4license: "BSD-3-Clause"
5homepage: "https://github.com/inhabitedtype/angstrom"
6bug-reports: "https://github.com/inhabitedtype/angstrom/issues"
7dev-repo: "git+https://github.com/inhabitedtype/angstrom.git"
8build: [
9 ["dune" "subst"] {dev}
10 ["dune" "build" "-p" name "-j" jobs]
11 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.04.1"}
15 "dune" {>= "1.0"}
16 "angstrom" {>= "0.7.0"}
17 "async" {>= "v0.10.0"}
18]
19synopsis: "Async support for Angstrom"
20url {
21 src: "https://github.com/inhabitedtype/angstrom/archive/0.11.1.tar.gz"
22 checksum: [
23 "sha256=ebef1512489dbe132a83bb1a3e1a43179bfdaf2693bff78b8a2e8fa82c62d751"
24 "md5=6328fb3422191cbbe58ca87556d2b42b"
25 ]
26}