opam-version: "2.0"
maintainer: "Bertrand Bonnefoy-Claudet <bertrand@cryptosense.com>"
authors: "Bertrand Bonnefoy-Claudet <bertrand@cryptosense.com>"
homepage: "https://github.com/cryptosense/enumerators"
bug-reports: "https://github.com/cryptosense/enumerators/issues"
license: "BSD-2-Clause"
tags: "org:cryptosense"
dev-repo: "git+https://github.com/cryptosense/enumerators.git"
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "topkg" {build}
  "ounit" {with-test}
]
synopsis: "Finite lazy enumerators"
description: """
This library enables you to work with large sequences of elements.  It provides
constructors and combinators to build finite sequences that can be iterated through with a
low memory footprint."""
url {
  src: "https://github.com/cryptosense/enumerators/archive/v0.2.0.tar.gz"
  checksum: "md5=93a00bdf11508962915b50be9c7d914a"
}
