# -*- 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_versioned
github.setup        ocaml-ppx ppx_tools_versioned 5.2.3

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         A variant of ppx_tools based on ocaml-migrate-parsetree.
long_description    A variant of ppx_tools based on ocaml-migrate-parsetree, \
                    providing tools for authors of OCaml syntactic tools.
platforms           darwin

github.tarball_from archive

distname            ${version}
worksrcdir          ${github.project}-${version}

checksums           rmd160  2b5b4d687a30bcb44b5496c33f44eb86d8d77c24 \
                    sha256  f132c738342bebee4d32832a479a2832dd776ac741dad8b17e7a2df49c284c85 \
                    size    76957

depends_lib         port:ocaml-migrate-parsetree

ocaml.build_type    dune

use_parallel_build  no