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.1.tar.gz" 42 checksum: [ 43 "md5=eced5dec7e764a8cf32a1fccb9a79742" 44 "sha512=303eb2e1838f19956ca0a5cd8628fe18876c1913a93b678c294058840b99cf8fc6c65083a3c8ccd0e60b623129f936b5bf9f5815f2ec4feae333fd683522c28f" 45 ] 46}