# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Base set of ppx rewriters
long_description    ${description}

checksums           rmd160  a231f83647aba87f459cc67dbaf8645b4703b52a \
                    sha256  cea0e5a30a99a8b182fcd0f67d676bd554759b34f46b78e349530eea3f49d02e \
                    size    2996
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
