# -*- 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-time_now
github.setup        janestreet time_now 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Reports the current time
long_description    {*}${description}

checksums           rmd160  cbba636024171bab54071723e21705349fb8b556 \
                    sha256  1796c6ac4c06fb85eb068bd223244c8d25abd4b95cb567c18a9223168107999d \
                    size    3729
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-jane-street-headers \
                    port:ocaml-jst-config \
                    port:ocaml-ppx_base \
                    port:ocaml-ppx_optcomp

ocaml.build_type    dune
