opam-version: "2.0" synopsis: "Helper to build a module similar to Stdlib.Random" description: """ This package provides helpers to build a module similar to the Random module of the standard library, by providing only a minimum amount of things (in the simplest case, only a `val bits : unit -> int` function).""" maintainer: ["Niols “Niols” Jeannerod "] authors: [ "Niols “Niols” Jeannerod " "Martin Pépin " ] license: "LGPL-3.0-or-later" homepage: "https://github.com/LesBoloss-es/xoshiro" doc: "https://lesboloss-es.github.io/xoshiro/" bug-reports: "https://github.com/LesBoloss-es/xoshiro/issues" depends: [ "dune" {>= "2.8"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/LesBoloss-es/xoshiro.git" url { src: "https://github.com/LesBoloss-es/xoshiro/archive/0.1.tar.gz" checksum: [ "md5=189dfb19a24fea0fdfe9627e419eb55d" "sha512=ee9ced16ea5ede0e567522e8d82e35f27924c9b922bcd342dc8becb3cf4f176b79ab77e30bf472ce61642e879552d309506b5652f411455023cb9aef5162d2ca" ] }