# -*- 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_log
github.setup        janestreet ppx_log 0.17.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         ppx rewriter that defines extension nodes for logging
long_description    ${description}

checksums           rmd160  3d94135e5de720972e22d081a167ccac90be805e \
                    sha256  2208f047b699d0661e94415868e8e9e4a6e5287a8eceaf7318f572ccd622859a \
                    size    37668
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_compare \
                    port:ocaml-ppx_enumerate \
                    port:ocaml-ppx_expect \
                    port:ocaml-ppx_fields_conv \
                    port:ocaml-ppx_here \
                    port:ocaml-ppx_let \
                    port:ocaml-ppx_sexp_conv \
                    port:ocaml-ppx_sexp_message \
                    port:ocaml-ppx_sexp_value \
                    port:ocaml-ppx_string \
                    port:ocaml-ppx_variants_conv \
                    port:ocaml-ppxlib \
                    port:ocaml-sexplib \
                    port:ocaml-stdio

ocaml.build_type    dune
