# -*- 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-bisect_ppx
github.setup        aantron bisect_ppx 2.8.3
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Code coverage tool for OCaml and Reason
long_description    ${description}

checksums           rmd160  bd9a11dda069cd7c13f8b59035ef570fe9593130 \
                    sha256  27ddeb2f60fbae50dc504e63e63cd5f012689084a76d5fdd4d1371d5341ff8db \
                    size    328819
github.tarball_from archive

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

ocaml.build_type    dune
