File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ synopsis: "Iterators for OCaml, both restartable and consumable"
4+ license: "BSD-2-Clause"
5+ build: [
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+ ]
10+ depends: [
11+ "dune" {>= "1.1"}
12+ "seq"
13+ "odoc" {with-doc}
14+ "qcheck" {with-test}
15+ "qtest" {with-test}
16+ "ounit2" {with-test}
17+ "ocaml" { >= "4.03.0" }
18+ ]
19+ tags: [ "gen" "iterator" "iter" "fold" ]
20+ homepage: "https://github.com/c-cube/gen/"
21+ doc: "https://c-cube.github.io/gen/"
22+ bug-reports: "https://github.com/c-cube/gen/issues"
23+ dev-repo: "git+https://github.com/c-cube/gen.git"
24+ authors: ["Simon Cruanes" "ELLIOTTCABLE"]
25+ url {
26+ src: "https://github.com/c-cube/gen/archive/v1.1.tar.gz"
27+ checksum: [
28+ "md5=fa8066511b693815fe659fd022f4c6bc"
29+ "sha512=71a4b5c3666a7c11935398a78feea7383f61d2c549dfb96e324d40783ffa87b5ec492c5ec468803aabfb9b48e7d0ebaa30b24d2b974540afc7cca5feea3121c1"
30+ ]
31+ }
You can’t perform that action at this time.
0 commit comments