# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         PRNG that can be split into independent streams
long_description    ${description}

checksums           rmd160  358bba4fc948496e0d3c4092024b9fa0689222e3 \
                    sha256  4d08f7e4d56f2b432ba3ee5f66d807983038b834ddac1d23d0ab3a528244be15 \
                    size    9978
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
