# -*- 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.7.0
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  951497c990bd6ce0b122a0f197c916a475ad8c5b \
                    sha256  ce9be08ebce6ce557360ca78729caf5adcbbf56ff18585ff63ad068b71ecba48 \
                    size    293433
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
