opam-version: "2.0" maintainer: "simon.cruanes.2007@m4x.org" authors: "Simon Cruanes" homepage: "https://github.com/c-cube/gen/" bug-reports: "https://github.com/c-cube/gen/issues" doc: "http://cedeela.fr/~simon/software/gen/" tags: ["gen" "iterator" "iter" "fold"] dev-repo: "git+https://github.com/c-cube/gen.git" build: [ ["./configure" "--disable-docs" "--disable-tests" "--disable-bench"] [make "all"] ] install: [make "install"] remove: ["ocamlfind" "remove" "gen"] depends: [ "ocaml" {< "5.0"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "Simple and efficient iterators (modules Gen and GenLabels)." description: """ Now provides additional modules GenClone and GenMList for lower-level control over persistency and duplication of iterators.""" flags: light-uninstall url { src: "https://github.com/c-cube/gen/archive/0.5.tar.gz" checksum: [ "sha256=2ca822f51491c84e0e288f2bea7cb1453bf35c902a68f25c099b9568f0467e4e" "md5=521a106f9d200ca71635fa5887535436" ] }