# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Library to be used with expect tests
long_description    ${description}

checksums           rmd160  2351ed9973fb8bcd6b1126d18fca7cba8892f5d2 \
                    sha256  82adfb4510ec2cdc4f59c62eeb4e90b51d9e5daa1628bd2c1fda06ba524b67dc \
                    size    22549
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
