# -*- 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-async_log
github.setup        janestreet async_log 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Jane Street Capitalʼs logging library built on top of Async_unix
long_description    ${description}

checksums           rmd160  c8cc7ea29f3d8c077b6a5b6b2e4887eed787048c \
                    sha256  2dae248d74c23aa6a1e0bc38d5b34c975eb4dfbdf32f0970641b5befd8385720 \
                    size    30105
github.tarball_from archive

depends_lib-append  port:ocaml-async_kernel \
                    port:ocaml-async_unix \
                    port:ocaml-core \
                    port:ocaml-core_kernel \
                    port:ocaml-ppx_jane \
                    port:ocaml-timezone

ocaml.build_type    dune
