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