this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3authors: "Simon Cruanes" 4build: [ 5 ["./configure" "--disable-docs" "--disable-tests" "--disable-bench"] 6 [make "all"] 7] 8install: [ 9 [make "install"] 10] 11remove: [ 12 ["ocamlfind" "remove" "gen"] 13] 14depends: [ 15 "ocaml" {< "5.0"} 16 "ocamlfind" 17 "ocamlbuild" {build} 18] 19tags: [ "gen" "iterator" "iter" "fold" ] 20homepage: "https://github.com/c-cube/gen/" 21doc: "http://cedeela.fr/~simon/software/gen/" 22bug-reports: "https://github.com/c-cube/gen/issues" 23dev-repo: "git+https://github.com/c-cube/gen.git" 24synopsis: "Simple and efficient iterators" 25flags: light-uninstall 26url { 27 src: "https://github.com/c-cube/gen/archive/0.2.2.tar.gz" 28 checksum: [ 29 "sha256=092442ebc60f92cc4e72499e6ed03c39b9b12b63a316701081f223d686a19503" 30 "md5=d76f9935ceb961ace660f701ad0a664c" 31 ] 32}