# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx rewriter that rewrites simple match statements with an if-then-else expression
long_description    ${description}

checksums           rmd160  5a77af406e10bb7ec8022d8fd157f9541d12fc06 \
                    sha256  e6654625008e75ec3e55163d6dd8b360e8724ea108583ecb8b65ba37ac853a5f \
                    size    8333
github.tarball_from archive

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

ocaml.build_type    dune
