# -*- 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-alcotest
github.setup        mirage alcotest 1.9.1
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Lightweight and colorful test framework
long_description    Alcotest exposes simple interface to perform unit tests.

checksums           rmd160  cbf969404bd0e0c6f49ffd918c37d566a6da65fb \
                    sha256  9659376cc5434220bcbc8fe8649588208eeb32126f6b9cc7d649c35f653627fa \
                    size    297323
github.tarball_from archive

depends_lib-append  port:ocaml-astring \
                    port:ocaml-cmdliner \
                    port:ocaml-fmt \
                    port:ocaml-re \
                    port:ocaml-stdlib-shims \
                    port:ocaml-syntax-shims \
                    port:ocaml-uutf

ocaml.build_type    dune
