# -*- 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-randomconv
github.setup        hannesm randomconv 0.2.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Convert from random byte vectors (int -> string) to random native numbers
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  a1c46c78fd27432c5696a796bc0d8a9f47821ee0 \
                    sha256  b3171edf07e341a4468f92ffc21e2a8863b82ed5c36f7477cc98daf05d5b63ea \
                    size    2727
github.tarball_from releases

ocaml.build_type    dune
