# -*- 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_tools
github.setup        ocaml-ppx ppx_tools 6.6

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Tools for authors of OCaml syntactic tools
long_description    Tools for authors of OCaml syntactic tools, including \
                    OCaml PPX rewriters.

checksums           rmd160  2b68da8a83942a1bdcb46e6caae463938f8781b4 \
                    sha256  7a38f6dcd475dbdbb775fc1e9e1f4542de6d26737776b11391b16274b7cf651d \
                    size    19265
github.tarball_from archive

depends_build       port:ocaml-cppo

ocaml.build_type    dune
