# -*- 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-base_quickcheck
github.setup        janestreet base_quickcheck 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Randomized testing framework
long_description    {*}${description}, designed for compatibility with Base.

checksums           rmd160  433056ec53b884bcde089de9f42bf0ea4efbca13 \
                    sha256  c67c04a4cfff2472be777500fafb519f071d63b3d5ef3c7366ff0ee3856b67c8 \
                    size    76738
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_base \
                    port:ocaml-ppx_fields_conv \
                    port:ocaml-ppx_let \
                    port:ocaml-ppx_sexp_message \
                    port:ocaml-ppx_sexp_value \
                    port:ocaml-ppxlib \
                    port:ocaml-splittable_random

ocaml.build_type    dune
