# -*- 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_core
github.setup        janestreet expect_test_helpers_core 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Library to be used with expect tests
long_description    ${description}

checksums           rmd160  15618ea743caa4def1cb3e2f03c1e01cd5116cbc \
                    sha256  c8380970589385b459413824ea3b2c959ed0a6600fe088f56eda0e16070880bf \
                    size    24511
github.tarball_from archive

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

ocaml.build_type    dune
