mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ocaml-splittable-random: Change @defn to @acronym.
I see an error when running guix package -s relating to this: Throw to key `parser-error' with args `(#f "Unknown command" defn)'. * gnu/packages/ocaml.scm (ocaml-splittable-random)[description]: Change @defn to @acronym.
This commit is contained in:
parent
1d5d0447d3
commit
e88fd8beb1
1 changed files with 4 additions and 4 deletions
|
@ -5967,10 +5967,10 @@ driver including all standard Jane Street ppx rewriters.")
|
|||
(properties `((upstream-name . "splittable_random")))
|
||||
(home-page "https://github.com/janestreet/splittable_random")
|
||||
(synopsis "PRNG that can be split into independent streams")
|
||||
(description "This package provides a splittable pseudo-random number generator
|
||||
(@defn{PRNG}) functions like a PRNG that can be used as a stream of random
|
||||
values; it can also be split to produce a second, independent stream of
|
||||
random values.
|
||||
(description "This package provides a splittable
|
||||
@acronym{PRNG,pseudo-random number generator} functions like a PRNG that can
|
||||
be used as a stream of random values; it can also be split to produce a
|
||||
second, independent stream of random values.
|
||||
|
||||
This library implements a splittable pseudo-random number generator that sacrifices
|
||||
cryptographic-quality randomness in favor of performance.")
|
||||
|
|
Loading…
Reference in a new issue