opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
build: [
  ["./configure" "--disable-docs"]
  [make "all"]
]
remove: [
    ["ocamlfind" "remove" "gen"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
tags: [ "gen" "iterator" "iter" "fold" ]
homepage: "https://github.com/c-cube/gen/"
doc: "http://cedeela.fr/~simon/software/gen/"
dev-repo: "git://github.com/c-cube/gen"
install: [make "install"]
synopsis: "Simple and efficient iterators"
flags: light-uninstall
url {
  src: "https://github.com/c-cube/gen/archive/0.2.tar.gz"
  checksum: "md5=71df6f679f051a59e1c7d3fe71ed427d"
}
