# -*- 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.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Randomized testing framework
long_description    {*}${description}, designed for compatibility with Base.

checksums           rmd160  e3bcfa8bbb8f3184e393d2bedf845957bb905fef \
                    sha256  5e2c720b2138b13098730160816721783eb9c6c89c41208abe43b443d57b144e \
                    size    67058
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
