# -*- 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_base
github.setup        janestreet ppx_base 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Base set of ppx rewriters
long_description    ${description}

checksums           rmd160  82241ba9d1af87475061d792f393287faa81ada8 \
                    sha256  80e7e6c6a704114d1d0989ee9bc01bca45278096c0caf3f2c4ef28d3c12ae61c \
                    size    3047
github.tarball_from archive

depends_lib-append  port:ocaml-ppx_cold \
                    port:ocaml-ppx_compare \
                    port:ocaml-ppx_enumerate \
                    port:ocaml-ppx_globalize \
                    port:ocaml-ppx_hash \
                    port:ocaml-ppx_sexp_conv \
                    port:ocaml-ppxlib

ocaml.build_type    dune
