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