# -*- 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-ppxfind
github.setup        diml ppxfind 1.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.

platforms           darwin

github.tarball_from releases

checksums           rmd160  92cde2a839c01f49da99c82680a73f8e88d22045 \
                    sha256  d49db026d0e74212c4b475b4e628aa57508c7452a0682d8c96e80c130ab892e4 \
                    size    3808

use_bzip2           yes
extract.suffix      .tbz

ocaml.build_type    dune

depends_lib         port:ocaml-migrate-parsetree
