# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Reports the current time
long_description    {*}${description}

checksums           rmd160  fd3dd0ca221d8c7b3a02d61facf05cd20d1801da \
                    sha256  fc85d6e46c4eb9370de9385f7bbfa6d57b4e48a9e96b20009007226b73f9530c \
                    size    4717
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
