this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25602 from Octachron/opam-publish-stdlib-random.1.2.0

Package stdlib-random.1.2.0

authored by

Raphaël Proust and committed by
GitHub
e812bf72 4bb8cb8b

+48
+48
packages/stdlib-random/stdlib-random.1.2.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Versioned Random module from the OCaml standard library" 4 + description: """ 5 + The stdlib-random package provides a stable and compiler-independent 6 + implementation of all the PRNGs used in the Random module. 7 + Those PRNGs are available in the various libraries: 8 + - stdlib-random.v3: OCaml 3.07 to 3.11 PRNG 9 + - stdlib-random.v4: OCaml 3.12 to 4.14 PRNG 10 + - stdlib-random.v5: current OCaml 5.0 PRNG 11 + - stdlib-random.v5o: pure OCaml version of the OCaml 5 PRNG 12 + All those libraries can be used together and the signature of their 13 + Random$n module has been extended to the latest signature whenever possible. 14 + """ 15 + maintainer: ["Florian Angeletti, <octa@polychoron.fr>"] 16 + authors: ["Damien Doligez" "Xavier Leroy"] 17 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 18 + homepage: "https://github.com/ocaml/stdlib-random" 19 + bug-reports: "https://github.com/ocaml/stdlib-random/issues" 20 + depends: [ 21 + "dune" {>= "2.7"} 22 + "cppo" {>= "1.1.0"} 23 + "ocaml" {>= "4.08.0"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/ocaml/stdlib-random.git" 41 + url { 42 + src: 43 + "https://github.com/ocaml/stdlib-random/archive/refs/tags/1.2.0.tar.gz" 44 + checksum: [ 45 + "md5=d6e6e33381df77c088fc053512fc3c4c" 46 + "sha512=74106d17d4866989895b913dc8b83c6fdce33e7969767c0fb2b250e0f62ea398e93d5188cd07aa4868bdcdcc9f99137b72ce594bf441f5268e3b78016694cac9" 47 + ] 48 + }