# -*- 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.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Syntax extension for writing in-line benchmarks in OCaml code
long_description    ${description}

checksums           rmd160  ae17e9355f2115af771fd45148b4a1bb7da0790b \
                    sha256  e5c120bf63446bff8bc87e9613160e53d54d4fd3c2e27ad5551812bc62e99b8d \
                    size    9650
github.tarball_from archive

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

ocaml.build_type    dune
