this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3authors: "Simon Cruanes" 4homepage: "https://github.com/c-cube/gen/" 5bug-reports: "https://github.com/c-cube/gen/issues" 6doc: "http://cedeela.fr/~simon/software/gen/" 7tags: ["gen" "iterator" "iter" "fold"] 8dev-repo: "git+https://github.com/c-cube/gen.git" 9build: [ 10 ["jbuilder" "build" "-p" name] 11 ["jbuilder" "runtest"] {with-test} 12 ["jbuilder" "build" "@doc"] {with-doc} 13] 14depends: [ 15 "ocaml" {< "4.11"} 16 "jbuilder" {>= "1.0+beta12"} 17 "base-bytes" 18 "odoc" {with-doc} 19 "qtest" {with-test} 20 "qcheck" {with-test & < "0.14"} 21] 22synopsis: "Simple and efficient iterators (modules Gen and GenLabels)." 23description: """ 24Now provides additional modules GenClone and GenMList for lower-level control 25over persistency and duplication of iterators.""" 26url { 27 src: "https://github.com/c-cube/gen/archive/0.5.1.tar.gz" 28 checksum: [ 29 "sha256=2bc625f816a4c2efe3a781552551862e7eacca26a1000ea3698fa4c08eec2c6a" 30 "md5=4fb545ddde26dd084f01210681df4c14" 31 ] 32}