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: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8x-maintenance-intent: ["(latest)"] 9homepage: "https://github.com/xavierleroy/pringo" 10bug-reports: "https://github.com/xavierleroy/pringo/issues" 11depends: [ 12 "ocaml" {>= "4.05.0"} 13 "ocamlfind" 14 "testu01" {with-test} 15] 16build: make 17install: [make "install"] 18run-test: [make "smalltest"] {ocaml:version >= "4.08"} 19conflicts: [ "ocaml-option-bytecode-only" ] 20dev-repo: "git+https://https://github.com/xavierleroy/pringo" 21url { 22 src: "https://github.com/xavierleroy/pringo/archive/1.4.tar.gz" 23 checksum: [ 24 "md5=cf57361241b74422d8a1eed675c4e9ba" 25 "sha512=3088152c01804fa7fe03f71db139f0ad02b4fb2f2b53926fa853f05c7c1e677a8ffedf684d87860aa1935ee39769c718c1785c712ff2f491af8afd1d17a77f22" 26 ] 27}