# -*- 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_tydi
github.setup        janestreet ppx_tydi 0.16.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Let expressions, inferring pattern type from expression
long_description    ${description}

checksums           rmd160  3f800fd0ea55505c5d597822db2149f171d44600 \
                    sha256  3dc321a790e7228de9487fa93fc2976be5bc41e733486c64c03eced01ad0e3ff \
                    size    4583
github.tarball_from archive

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

ocaml.build_type    dune
