# -*- 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_optional
github.setup        janestreet ppx_optional 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter that rewrites simple match statements with an if-then-else expression
long_description    ${description}

checksums           rmd160  419759e40f9b74619087938a6723498b3c576d4d \
                    sha256  809acb833048508f48c74422a5f74e4ef621807376eb5753b98bbd8f3df409bc \
                    size    10620
github.tarball_from archive

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

ocaml.build_type    dune
