# -*- 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_compare
github.setup        janestreet ppx_compare 0.16.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         Generation of fast comparison and equality functions from type expressions and definitions
long_description    {*}${description}

checksums           rmd160  acca9159584bbcde8cbd6799b6f5b13b2c7e5472 \
                    sha256  248f4d9dbf22b2f529341c6533c9d41ad34a1d0dadbfd1cbf406e68d81208abd \
                    size    14041
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppxlib

ocaml.build_type    dune
