# -*- 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.10.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Logging infrastructure for OCaml
long_description    {*}${description}
homepage            https://erratique.ch/software/logs
checksums           rmd160  d94d07316ac2c12dfda948f942ca18ff0e89b275 \
                    sha256  329f72256eff1c8e7547e76380abcfda0eeff122985b42a5fd8da69f8eee881c \
                    size    22977
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
