diff options
author | Christopher Baines <mail@cbaines.net> | 2019-02-06 09:18:08 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-02-06 09:18:08 +0000 |
commit | e88fd8beb11900b60fc8ebdb7bf2ea9ae1d7b3c6 (patch) | |
tree | 1e7bd49bbccd15ee2b0f200fa8acc07df45c4a2e /gnu/packages/ocaml.scm | |
parent | 1d5d0447d33fb50dc5ecb19ff94732ab935c6743 (diff) | |
download | patches-e88fd8beb11900b60fc8ebdb7bf2ea9ae1d7b3c6.tar patches-e88fd8beb11900b60fc8ebdb7bf2ea9ae1d7b3c6.tar.gz |
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.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 8968ce82fe..07fcf92aea 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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.") |