# -*- 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_deriving
github.setup        ocaml-ppx ppx_deriving 6.1.1 v
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Type-driven code generation for OCaml
long_description    Common infrastructure for generating OCaml code based \
                    on type definitions, and a set of useful plugins for \
                    common tasks.

checksums           rmd160  5df257a47f698c7604f40014ff2c45ac643e4078 \
                    sha256  6fab6e1e894207db268f2103beba5ec9cdc10c066f6ed4f12e748ce97b027757 \
                    size    48740
github.tarball_from archive

ocaml.build_type    dune

depends_build       port:ocaml-cppo

depends_lib         port:ocaml-ppxlib \
                    port:ocaml-findlib \
                    port:ocaml-ppx_derivers
