# -*- 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_optcomp
github.setup        janestreet ppx_optcomp 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Optional compilation for OCaml
long_description    ${description}

checksums           rmd160  2f9cc9a3f4ffa5f2b78c8a3979559d7de1438123 \
                    sha256  22782ce22423612eecf9bc49d36ba51dd32416feed7b28e81364fb27211aff02 \
                    size    16789
github.tarball_from archive

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

ocaml.build_type    dune
