# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup github    1.0
PortGroup ocaml     1.1

name                ocaml-gen
github.setup        c-cube gen 1.1 v

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         Iterator library for OCaml 
long_description    Iterator library for OCaml, with support for \
                    restartable and consumable iterators.

checksums           rmd160  2bc62a28aaabc602e18b0a2531100ce08ae4cbec \
                    sha256  6893bf156bbaa4254ec5ec2ea5fe539030f2395bc5cd83ccb8fe3930cff89cb0 \
                    size    32152
github.tarball_from archive

ocaml.build_type    dune

depends_lib-append  port:ocaml-seq
