# -*- 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-timezone
github.setup        janestreet timezone 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Timezone for OCaml
long_description    Timezone handles parsing timezone data and create Timezone.t that can later be used to manipulate time in core (using Time and Time_ns modules).

checksums           rmd160  0038a0cc9904b4b5049c24e253d0017e1a14637d \
                    sha256  0acd70fb2a889f58caeba276433e6208f8346e25f0feb0f7721b5916dfc04937 \
                    size    9881
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
