# -*- 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_pipebang
github.setup        janestreet ppx_pipebang 0.16.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter that inlines reverse application operators |> and |!
long_description    ${description}

checksums           rmd160  5494f68229eb29d119e348c03baf8fe7e6107de5 \
                    sha256  9435f425b6ee9d736cee5ed8579402be085656c4d31dd2bd4c256363ed7bdc8c \
                    size    3755
github.tarball_from archive

depends_lib-append  port:ocaml-ppxlib

ocaml.build_type    dune
