# -*- 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.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter for monadic and applicative let bindings, match expressions and if expressions
long_description    ${description}

checksums           rmd160  37e17f07725c9b6ed0ced90e63d2f02a2f69dbbe \
                    sha256  ea6c563e00e1461abe3c423d509970fde7e3c8aeb674f55157ab5aa4befbaf68 \
                    size    15718
github.tarball_from archive

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

ocaml.build_type    dune
