# -*- 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.0.2 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  1c3d0bffce03e5ebc03410fe0fb5f8107bf9c44c \
                    sha256  a76c39e2ec47a1dec804eeeb3d6300ec8d41166b8f7c29dbebf02ad21073ce40 \
                    size    48443
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
