# -*- 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.17.3 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Expect-test is a framework for writing tests in OCaml, similar to Cram
long_description    ${description}

checksums           rmd160  5885f8a08b2d92738bfa2298fe89642fcc28bf62 \
                    sha256  3027664caaa475e07e4dbcc9e67b6c7f8ddc86f2858f7c4fee89e964e0c9a7de \
                    size    58454
github.tarball_from archive

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

ocaml.build_type    dune
