# -*- 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-expect_test_helpers_kernel
github.setup        janestreet expect_test_helpers_kernel 0.13.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Helpers for writing expectation tests
long_description    {*}${description}

checksums           rmd160  c4c7baa866075781db276cba8ed6f8b30fdbee1f \
                    sha256  a47d469fef27ba27d45a2b2bd2e1c1060ccaff2bbf56fe623b65b21eed9731e4 \
                    size    15700
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-base_quickcheck \
                    port:ocaml-core_kernel \
                    port:ocaml-ppx_jane \
                    port:ocaml-re \
                    port:ocaml-sexp_pretty \
                    port:ocaml-stdio

ocaml.build_type    dune
