# -*- 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.16.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  ddb2512f7aa7f055beb38d5d88eab173ed270150 \
                    sha256  eefad2003ae76216bf086d5c313012aac1df0be708aaf0b4e24c81f6c51a03cf \
                    size    28660
github.tarball_from archive

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

ocaml.build_type    dune
