# -*- 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_bench
github.setup        janestreet ppx_bench 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Syntax extension for writing in-line benchmarks in OCaml code
long_description    ${description}

checksums           rmd160  1df9df6c9177185119dfe48e8e7ee934d5551d3e \
                    sha256  0e6cb46edad0a5e405081ddb187e9e254bec01364f7e2923e55bea0e0c3e1dbd \
                    size    9555
github.tarball_from archive

depends_lib-append  port:ocaml-ppxlib \
                    port:ocaml-ppx_inline_test

ocaml.build_type    dune
