GNU bug report logs -
#49867
[PATCH 00/29] gnu: Add ocaml-cohttp-lwt-unix.
Previous Next
Reported by: pukkamustard <pukkamustard <at> posteo.net>
Date: Wed, 4 Aug 2021 07:12:01 UTC
Severity: normal
Tags: patch
Done: pukkamustard <pukkamustard <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Wed, Aug 04 2021, pukkamustard wrote:
> * gnu/packages/ocaml.scm (ocaml-mirage-crypto-rng): New variable.
> ---
> gnu/packages/ocaml.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
> index f7956fe216..6af9bedc65 100644
> --- a/gnu/packages/ocaml.scm
> +++ b/gnu/packages/ocaml.scm
> @@ -7442,6 +7442,26 @@ between various time units.")
> as (C-like structures using @code{ocaml-cstruct}) to OCaml native numbers.")
> (license license:isc)))
>
> +(define-public ocaml-mirage-crypto-rng
> + (package
> + (inherit ocaml-mirage-crypto)
> + (name "ocaml-mirage-crypto-rng")
> + (arguments `(#:package "mirage-crypto-rng"
> + #:test-target "."))
> + (propagated-inputs
> + `(("ocaml-duration" ,ocaml-duration)
> + ("ocaml-cstruct" ,ocaml-cstruct)
> + ("ocaml-logs" ,ocaml-logs)
> + ("ocaml-mirage-crypto" ,ocaml-mirage-crypto)
> + ("ocaml-mtime" ,ocaml-mtime)
> + ("ocaml-lwt" ,ocaml-lwt)))
> + (native-inputs
> + `(("ocaml-ounit" ,ocaml-ounit)
> + ("ocaml-randomconv" ,ocaml-randomconv)))
> + (synopsis "OCaml library providing a cryptographically secure pseudorandom number generator")
Keep lines at ~80 characters. To keep the synopsis slighty shorter,
maybe
"Cryptographically secure pseudo-random number generator in OCaml"
WDYT?
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.