# -*- 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-ppx_enumerate
github.setup        janestreet ppx_enumerate 0.17.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         Generate a list containing all values of a finite type
long_description    ${description}

checksums           rmd160  6d90cb52baca9aa8bda12d330e7d9deeff8ff0f8 \
                    sha256  a27f1797b1315bdf7678fde783dff493bd348f1c5b644d7616b660bd295dad36 \
                    size    9667
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppxlib \
                    port:ocaml-ppxlib_jane

ocaml.build_type    dune
