# -*- 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_expect
github.setup        janestreet ppx_expect 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Expect-test is a framework for writing tests in OCaml, similar to Cram
long_description    ${description}

checksums           rmd160  a7707a77f89094e82282e2b3ab01e0b82ef4f5d0 \
                    sha256  8d22d34e9a980b83401a46c3b20e40c1b78ef4ec9b2e48245611f550b5ec49a7 \
                    size    48460
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_here \
                    port:ocaml-ppx_inline_test \
                    port:ocaml-ppxlib \
                    port:ocaml-re \
                    port:ocaml-stdio

ocaml.build_type    dune
