this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3synopsis: "Iterators for OCaml, both restartable and consumable"
4license: "BSD-2-Clause"
5build: [
6 ["dune" "build" "@install" "-p" name "-j" jobs]
7 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
9]
10depends: [
11 "dune" {>= "1.1"}
12 "dune-configurator"
13 "base-bytes"
14 "seq"
15 "odoc" {with-doc}
16 "qcheck" {with-test & >= "0.9"}
17 "qtest" {with-test}
18 "ounit2" {with-test}
19 "ocaml" { >= "4.03.0" }
20]
21tags: [ "gen" "iterator" "iter" "fold" ]
22homepage: "https://github.com/c-cube/gen/"
23doc: "https://c-cube.github.io/gen/"
24bug-reports: "https://github.com/c-cube/gen/issues"
25dev-repo: "git+https://github.com/c-cube/gen.git"
26authors: ["Simon Cruanes" "ELLIOTTCABLE"]
27url {
28 src: "https://github.com/c-cube/gen/archive/v1.0.tar.gz"
29 checksum: [
30 "md5=4386c7e64963619d660417175b84288d"
31 "sha512=fb4ec2ab35a1aba0dcc8439b11f14a0a785d939f661f505aec88a6f2ca6ca87e14ddfda860d9c180b215190b76690de87040c144582f069224f7e58d37ef48a0"
32 ]
33}