# -*- 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-ptime
github.setup        dbuenzli ptime 1.2.0 v
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         POSIX time for OCaml
long_description    {*}${description}
homepage            https://erratique.ch/software/ptime

checksums           rmd160  58a701dd658575894690e03bc1bd1ad19c136b19 \
                    sha256  a32ce24fa118a5240f2c4e240edcd5023ffe90b01c9615ec94181858b0901cc8 \
                    size    33646
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner

ocaml.build_type    topkg
