# -*- 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

# https://github.com/ocaml-ppx/ppx_tools_versioned/issues/32
known_fail          yes

name                ocaml-ppx_tools_versioned
github.setup        ocaml-ppx ppx_tools_versioned 5.4.0
revision            2
categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         A variant of ppx_tools based on ocaml-migrate-parsetree,
long_description    {*}${description}, providing tools for authors of OCaml syntactic tools.
distname            ${version}
checksums           rmd160  370bf2283413c99f30dd19d4f7d47aac40ab09f0 \
                    sha256  be5fa320c73c2cdb8824fcedef54a30e3a9208a27ae847c70852afb7cd31826b \
                    size    91817
github.tarball_from archive

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

depends_lib-append  port:ocaml-migrate-parsetree

ocaml.build_type    dune

use_parallel_build  no
