# -*- 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

name                ocaml-mtime
version             2.2.0
revision            0
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
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
master_sites        ${homepage}/releases/
use_bzip2           yes
extract.suffix      .tbz
distname            mtime-${version}
checksums           rmd160  0624a8c8a5768df6f20cae523fdcb077c745e6a4 \
                    sha256  f9210a07c4a3eb1756a45fa8a32974d9b5ddad3583c3400442fdfe2c9d63d636 \
                    size    15691

ocaml.build_type    topkg

livecheck.type      regex
livecheck.regex     logs-(\[0-9\.]+).tbz
