# -*- 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_disable_unused_warnings
github.setup        janestreet ppx_disable_unused_warnings 0.16.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Extension that disables many OCaml compiler warnings
long_description    ${description}

checksums           rmd160  54d50868b1c7586bfb2879cba1dacb650ff52754 \
                    sha256  08373b67743db84274b76e7fdcd3a71e35adffa677d91a99668aa00fb399f308 \
                    size    4004
github.tarball_from archive

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

ocaml.build_type    dune
