# -*- 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_derivers
github.setup        ocaml-ppx ppx_derivers 1.2.1
revision            3

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         Allow OCaml ppx_deriving and ppx_type_conv to interoperate
long_description    Allow OCaml ppx_deriving and ppx_type_conv to interoperate \
                    when linked as part of the same ocaml-migrate-parsetree \
                    driver.

github.tarball_from archive

distname            ${version}
checksums           rmd160  003a796a0455f5125f306138bba2af8b55080b89 \
                    sha256  b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95 \
                    size    2530

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

ocaml.build_type    dune
