this repo has no description
1opam-version: "2.0" 2maintainer: "Li-yao Xia <lysxia@gmail.com>" 3authors: "Li-yao Xia" 4homepage: "https://github.com/Lysxia/pure-splitmix" 5bug-reports: "https://github.com/Lysxia/pure-splitmix/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/Lysxia/pure-splitmix.git" 8build: [ "dune" "build" "-p" name "-j" jobs ] 9depends: [ 10 "dune" {>= "1.6"} 11] 12synopsis: "Purely functional splittable PRNG" 13url { 14 src: "https://github.com/Lysxia/pure-splitmix/archive/0.3.tar.gz" 15 checksum: "sha256=8e01f8a07bf5905c81ed9fb8f9a3547a5660356f4697bb849fc77dfd5829f823" 16}