# -*- 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.16.0 v
revision            1
categories          ocaml
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx rewriter that defines extension nodes for logging
long_description    ${description}

checksums           rmd160  3c2c6bfc39988252e0362008cf61cc324a1872cc \
                    sha256  e0105f1a22199231be9258ced23300c4c4404d1b65e367a332848c4356cc7032 \
                    size    6706
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_here \
                    port:ocaml-ppx_sexp_conv \
                    port:ocaml-ppx_sexp_message \
                    port:ocaml-ppxlib \
                    port:ocaml-sexplib

ocaml.build_type    dune
