# -*- 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-logs
github.setup        dbuenzli logs 0.7.0 v
revision            0
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             ISC
description         Logging infrastructure for OCaml
long_description    {*}${description}
homepage            http://erratique.ch/software/logs
checksums           rmd160  2a252edc62546d67cf9c0d443b8bc398bbf452a5 \
                    sha256  0aebc3f6ff751d319605a0150f3910ed7a858c36bf770c111c68711f0adf3732 \
                    size    21521
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner \
                    port:ocaml-fmt \
                    port:ocaml-js_of_ocaml \
                    port:ocaml-lwt

ocaml.build_type    topkg
