# -*- 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_diff
github.setup        janestreet ppx_diff 0.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         PPX rewriter that generates the implementation of Ldiffable.S
long_description    {*}${description}. Generates diffs and update functions for OCaml types.

checksums           rmd160  0658762f11d9d6cf4631f24f6c9081eb8a034b9c \
                    sha256  2756c10512d8b4ce1072fe4d625a057a5e926b8c75ccd73929e6be6992e9954f \
                    size    51247
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-gel \
                    port:ocaml-ppx_compare \
                    port:ocaml-ppx_enumerate \
                    port:ocaml-ppx_jane \
                    port:ocaml-ppxlib \
                    port:ocaml-ppxlib_jane

ocaml.build_type    dune
