this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml bindings for TestU01 1.2.3" 3description: """ 4This package provides OCaml bindings for TestU01 1.2.3 TestU01 is 5 a software library, implemented in C, and offering a collection of utilities 6 for the empirical statistical testing of uniform random number generators. 7 The OCaml bindings allow for easy testing of random number generators written 8 in OCaml and that claim to be uniform.""" 9maintainer: ["Niols “Niols” Jeannerod <niols@niols.fr>"] 10authors: [ 11 "Niols “Niols” Jeannerod <niols@niols.fr>" 12 "Martin Pépin <kerl@wkerl.me>" 13] 14license: "GPL-3.0-or-later" 15homepage: "https://github.com/LesBoloss-es/ocaml-testu01" 16doc: "https://lesboloss-es.github.io/ocaml-testu01/" 17bug-reports: "https://github.com/LesBoloss-es/ocaml-testu01/issues" 18depends: [ 19 "dune" {>= "2.8"} 20 "ocaml" {>= "4.06.0"} 21 "md2mld" {build | with-doc} 22 "odoc" {with-doc} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/LesBoloss-es/ocaml-testu01.git" 39url { 40 src: 41 "https://github.com/LesBoloss-es/ocaml-testu01/archive/1.2.3-0.2.tar.gz" 42 checksum: [ 43 "md5=4af98e5e454867b0cba4a1f9dd01a5b5" 44 "sha512=9ce7eecf68b50c91586711025e0f06b9531ca7298c5e2796337d8a1eaf13938c7a64343e78b66c7e3b17b39f9623eb6240fffe92bd24eba074e52fd43213d6e5" 45 ] 46}