this repo has no description
0
fork

Configure Feed

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

Merge pull request #25418 from hannesm/release-randomconv-v0.2.0

[new release] randomconv (0.2.0)

authored by

Marcello Seri and committed by
GitHub
7eafbf62 3f84051b

+30
+30
packages/randomconv/randomconv.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3 + authors: "Hannes Mehnert <hannes@mehnert.org>" 4 + license: "ISC" 5 + homepage: "https://github.com/hannesm/randomconv" 6 + doc: "https://hannesm.github.io/randomconv/doc" 7 + bug-reports: "https://github.com/hannesm/randomconv/issues" 8 + depends: [ 9 + "ocaml" {>= "4.08.0"} 10 + "dune" 11 + ] 12 + build: [ 13 + ["dune" "subst"] {dev} 14 + ["dune" "build" "-p" name "-j" jobs] 15 + ] 16 + dev-repo: "git+https://github.com/hannesm/randomconv.git" 17 + synopsis: "Convert from random byte vectors (int -> string) to random native numbers" 18 + description: """ 19 + Given a function which produces random byte vectors, convert it to 20 + a number of your choice (int8/int16/int32/int64/int/float). 21 + """ 22 + url { 23 + src: 24 + "https://github.com/hannesm/randomconv/releases/download/v0.2.0/randomconv-0.2.0.tbz" 25 + checksum: [ 26 + "sha256=b3171edf07e341a4468f92ffc21e2a8863b82ed5c36f7477cc98daf05d5b63ea" 27 + "sha512=376c36da6b67ed1d817ea13fbbc3490f356f0890f9e009a55d12946c6811611ea9bd31aec733dd961de7209effa23649505f61d1ed3fc18af225ca4ec9131c38" 28 + ] 29 + } 30 + x-commit-hash: "b2ce656d09738d676351f5a1c18aff0ff37a7dcc"