# -*- 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_let
github.setup        janestreet ppx_let 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx rewriter for monadic and applicative let bindings, match expressions and if expressions
long_description    ${description}

checksums           rmd160  b3e45e7e83304f0a56fc6174554c5bd2546290cd \
                    sha256  8ccc4f27668e9daf613f6dc779bcd9bdc6cd678826cd35c401be65566c436043 \
                    size    15460
github.tarball_from archive

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

ocaml.build_type    dune
