# -*- 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.17.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  e45edb58355700c1a4a644faf157de91462b38e9 \
                    sha256  f0b23eb78082ef4dc71a66939bbc63c6b0cc2cf6a4744a906b7a2c016cbe3098 \
                    size    16468
github.tarball_from archive

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

ocaml.build_type    dune
