# -*- 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-metrics
github.setup        mirage metrics 0.5.0 v
revision            2
categories          ocaml crypto
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Metrics infrastructure
long_description    {*}${description} for OCaml.
use_bzip2           yes
extract.suffix      .tbz
distname            metrics-${version}
checksums           rmd160  94c162be2fca989dbba96718e915ad729cefd512 \
                    sha256  df356380909d06461bcd097ef6063ca9f3c51365f476a797c03664b53c05715d \
                    size    21294
github.tarball_from releases

depends_lib-append  port:ocaml-fmt

ocaml.build_type    dune
