# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Extension to record module start-up times
long_description    ${description}

checksums           rmd160  a02b1630031dcf5feb596e3bf824c9f9cb7c3d79 \
                    sha256  fcc39a8623f7c4e1bb40ce6ed5e9af596938f88f5718f01417ed39b11fc5e264 \
                    size    7315
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
