opam-version: "2.0" maintainer: "Bertrand Bonnefoy-Claudet " authors: "Bertrand Bonnefoy-Claudet " 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: [ "sha256=39c2c37361cb6cdb26244ee0e37a67b1fd3772e4436f8870f48eac10b67f305d" "md5=93a00bdf11508962915b50be9c7d914a" ] }