# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
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  6871ab602bad259ff04370f9ed5de835e278905d \
                    sha256  43026ee35551b996c627b0759e20da1a01609a3fd999eb6ba3149632dd625adf \
                    size    10007
github.tarball_from archive

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

ocaml.build_type    dune
