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.1.tar.gz" 42 checksum: [ 43 "md5=9d4ff607c8c87082753fb4a96ec95588" 44 "sha512=4afc45a5020bc6ae6448d0b7f58a0c7c584c5567e848d8bb76b68ce8db926254ce34d21776bb7eea50ca68f93e5f13cc34846dc083f653d6bcb4874882303573" 45 ] 46}