this repo has no description
1opam-version: "2.0" 2synopsis: "Pseudo-random, splittable number generators" 3description: 4 "Pseudo-random number generators that support splitting and two interfaces: one stateful, one purely functional" 5maintainer: "Xavier Leroy <xavier.leroy@college-de-france.fr>" 6authors: "Xavier Leroy <xavier.leroy@college-de-france.fr>" 7license: "GPL v2 with static linking exception" 8homepage: "https://github.com/xavierleroy/pringo" 9bug-reports: "https://github.com/xavierleroy/pringo/issues" 10depends: [ 11 "ocaml" {>= "4.05.0"} 12 "ocamlfind" 13] 14build: make 15install: [make "install"] 16conflicts: [ "ocaml-option-bytecode-only" ] 17dev-repo: "git+https://https://github.com/xavierleroy/pringo" 18url { 19 src: "https://github.com/xavierleroy/pringo/archive/1.0.tar.gz" 20 checksum: [ 21 "md5=7b88117f80c33440c0e74ea6c77da3a9" 22 "sha512=a97e2ec79902fe2004e700e05f185a86dfbf883958148b01593edcc084110e7e34de1cfaf7aca8783212f5eb9e6ab8e5c0c5061e6d47f8dc10085120ac18c1e4" 23 ] 24}