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" dev-repo: "git+https://github.com/cryptosense/enumerators.git" build: [ [make] {ocaml:native} [make "byte"] {!ocaml:native} [make "check"] {with-test} ] install: [make "install"] remove: ["ocamlfind" "remove" "enumerators"] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" {build} "ocamlbuild" {build} "ounit" {with-test} ] depopts: [ "bisect_ppx" {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.""" flags: light-uninstall url { src: "https://github.com/cryptosense/enumerators/archive/v0.1.1.tar.gz" checksum: [ "sha256=6b19a08f6971ba906302172b0abcea04f20d90d48d5fc2c1e95ee0a3bcb3476a" "md5=8e5c1392d4aa12e0baf49076cf650c9b" ] }