# -*- 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           ocaml 1.1
PortGroup           github 1.0

github.setup        dbuenzli mtime 2.1.0 v
name                ocaml-mtime
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             ISC

github.tarball_from archive

description         Monotonic wall-clock time for OCaml
long_description    Mtime has platform independent support for monotonic \
                    wall-clock time in pure OCaml.

homepage            https://erratique.ch/software/mtime

checksums           rmd160  cee47407b323dbd2eda7f997bcab37a7f4d2f151 \
                    sha256  9bd0a8ab31159ae54f56a01e80355c003ab19567e9db3def4567172f6ab86d7a \
                    size    16369

# https://github.com/dbuenzli/mtime/issues/51
# https://github.com/dbuenzli/mtime/pull/52
patchfiles          5d49c3a2cebf37ad3aa7be063690bca70c3e1545.patch

ocaml.build_type    topkg
