# -*- 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.16.0 v
revision            1
categories          ocaml
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Generate a list containing all values of a finite type
long_description    ${description}

checksums           rmd160  d178705ba4ec8faac65079d39aac1faa7c70ec96 \
                    sha256  17f75b7741d49f06e3db3ef2e2aee4934c1682224b80d272f05a42b6ba506f7f \
                    size    9414
github.tarball_from archive

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

ocaml.build_type    dune
