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] [make "check"] {with-test} ] install: [make "install"] remove: ["ocamlfind" "remove" "enumerators"] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" {build} "ounit" {with-test} "ocamlbuild" {build} ] 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.0.tar.gz" checksum: [ "sha256=fee26f48b1c3c74f3b65eb72b61b824b5b1ae8f3a791abc86f16219c1b3cde5f" "md5=ec136adc88eecdadc3578d42aa1d6f5b" ] }