opam-version: "1.2"
maintainer: "simon.cruanes.2007@m4x.org"
author: "Simon Cruanes"
name: "gen"
version: "0.5.1"
build: [
    ["jbuilder" "build" "@install"]
]
build-test: [
  ["jbuilder" "runtest"]
]
build-doc: [
  ["jbuilder" "build" "@doc"]
]
depends: [
  "jbuilder" {build}
  "base-bytes"
  "odoc" {doc}
  "qtest" {test}
  "qcheck" {test}
]
tags: [ "gen" "iterator" "iter" "fold" ]
homepage: "https://github.com/c-cube/gen/"
doc: "http://cedeela.fr/~simon/software/gen/"
bug-reports: "https://github.com/c-cube/gen/issues"
dev-repo: "https://github.com/c-cube/gen.git"
