# -*- 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.17.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter that inlines reverse application operators |> and |!
long_description    ${description}

checksums           rmd160  40a9c58413ccfe96b76745a123062bfab9709de6 \
                    sha256  b50995e2e31fa1f93c2468780f5f082e0859782f8826cc05ad3ec2ad4f8c02ff \
                    size    3844
github.tarball_from archive

depends_lib-append  port:ocaml-ppxlib

ocaml.build_type    dune
