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

checksums           rmd160  4c9e40f9b29360ece6aa404cd2681f3e88d556a1 \
                    sha256  af5dfa6bb51aa90f5c322ab4920fb46583cffc9460f583439afb2ef851310fbf \
                    size    4028
github.tarball_from archive

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

ocaml.build_type    dune
