# -*- 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-splittable_random
github.setup        janestreet splittable_random 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         PRNG that can be split into independent streams
long_description    ${description}

checksums           rmd160  cd7a4a6b1078570a3d310ab2d2792231d122d22c \
                    sha256  4f8adcade214d1f84e1073a35f4751154e73853649df581cce68d20dc6337ad2 \
                    size    10190
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_assert \
                    port:ocaml-ppx_bench \
                    port:ocaml-ppx_inline_test \
                    port:ocaml-ppx_sexp_message

ocaml.build_type    dune
