this repo has no description
0
fork

Configure Feed

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

Merge pull request #25278 from leostera/release-random-0.0.1

[new release] random (0.0.1)

authored by

Marcello Seri and committed by
GitHub
b0f69dea 7b846c87

+40
+40
packages/random/random.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Easy to use, cryptographically safe random data" 3 + maintainer: ["Leandro Ostera <leandro@abstractmachines.dev>"] 4 + authors: ["Leandro Ostera <leandro@abstractmachines.dev>"] 5 + license: "MIT" 6 + tags: ["random" "random data"] 7 + homepage: "https://github.com/leostera/random" 8 + bug-reports: "https://github.com/leostera/random/issues" 9 + depends: [ 10 + "mirage-crypto" {>= "0.11.2"} 11 + "mirage-crypto-rng" {>= "0.11.2"} 12 + "ocaml" {>= "4.14.0"} 13 + "randomconv" {>= "0.1.3"} 14 + "dune" {>= "3.14"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/leostera/random.git" 32 + url { 33 + src: 34 + "https://github.com/leostera/random/releases/download/0.0.1/random-0.0.1.tbz" 35 + checksum: [ 36 + "sha256=c8373956a728671d22ab4b7674574d6eb6cc67e2f8843a519d65b6fa37dcbdbb" 37 + "sha512=1a584e7bee8ebe95960804378acb5487e4596bcf895acd080192168172be0aeca5ddc9120bbb44f8e853917b9a42c202e881d90e3d5b09389cd618fadbd2d178" 38 + ] 39 + } 40 + x-commit-hash: "e89623218ee95d6b4ad39b62063bafbecd3383ee"