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

# Fails to build with the current version of ocaml-migrate-parsetree.
# ppxfind 1.4 is also broken.
known_fail          yes

name                ocaml-ppxfind
github.setup        diml ppxfind 1.3
revision            3
categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         Apply OCaml PPX rewriters from the command line
long_description    A command line tool that supports applying PPX rewriters.
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  92cde2a839c01f49da99c82680a73f8e88d22045 \
                    sha256  d49db026d0e74212c4b475b4e628aa57508c7452a0682d8c96e80c130ab892e4 \
                    size    3808
github.tarball_from releases

ocaml.build_type    dune

depends_lib         port:ocaml-migrate-parsetree
