# -*- 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-ppx_module_timer
github.setup        janestreet ppx_module_timer 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Extension to record module start-up times
long_description    ${description}

checksums           rmd160  150fbb030ad058b5726bd66c22d7efc6b7a0254d \
                    sha256  54b49c7fe3b2d7d72874e21286eb8424903db60ebd730441eb310620df597478 \
                    size    7281
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_base \
                    port:ocaml-ppxlib \
                    port:ocaml-stdio \
                    port:ocaml-time_now

ocaml.build_type    dune
