# -*- 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_hash
github.setup        janestreet ppx_hash 0.17.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         ppx writer that generates hash functions from type expressions and definitions
long_description    {*}${description}

checksums           rmd160  a07958a6919b29df5cb47e4e94afa0683c93045c \
                    sha256  8c8acae276a349d412eab9112cc3afa996d26ad4a01f2882121fc0adee0dd05e \
                    size    29329
github.tarball_from archive

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

ocaml.build_type    dune
