unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 38/40: gnu: Add ocaml-spawn.
       [not found] ` <20190205213458.570F321585@vcs0.savannah.gnu.org>
@ 2019-02-06  9:32   ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2019-02-06  9:32 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]


guix-commits@gnu.org writes:

> +    (description
> +      "Spawn is a small library exposing only one functionality: spawning sub-process.
> +
> +It has three main goals:
> +
> +@itemize
> +@item provide missing features of Unix.create_process such as providing a
> +working directory,
> +@item provide better errors when a system call fails in the
> +sub-process.  For instance if a command is not found, you get a proper
> +@code{Unix.Unix_error} exception,
> +@item improve performances by using vfork when available.  It is often
> +claimed that nowadays fork is as fast as vfork, however in practice
> +fork takes time proportional to the process memory while vfork is
> +constant time.  In application using a lot of memory, vfork can be
> +thousands of times faster than fork.")
> +    (license license:asl2.0)))

Just to let you know, I pushed a small change to the description
straight to master (as [1]) as I was having problems with guix package -s.

1: 1d5d0447d33fb50dc5ecb19ff94732ab935c6743

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 35/40: gnu: Add ocaml-splittable-random.
       [not found] ` <20190205213457.C6CF421581@vcs0.savannah.gnu.org>
@ 2019-02-06  9:46   ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2019-02-06  9:46 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 721 bytes --]


guix-commits@gnu.org writes:

> +    (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.
> +
> +This library implements a splittable pseudo-random number generator that sacrifices
> +cryptographic-quality randomness in favor of performance.")
> +    (license license:asl2.0)))

I was seeing an error relating to @defn, so I've pushed a change to this
description to master [1]. I don't know much about texinfo though, so it
would be good if someone could take a look at this.

1: e88fd8beb11900b60fc8ebdb7bf2ea9ae1d7b3c6

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-06  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20190205213451.20368.46156@vcs0.savannah.gnu.org>
     [not found] ` <20190205213458.570F321585@vcs0.savannah.gnu.org>
2019-02-06  9:32   ` 38/40: gnu: Add ocaml-spawn Christopher Baines
     [not found] ` <20190205213457.C6CF421581@vcs0.savannah.gnu.org>
2019-02-06  9:46   ` 35/40: gnu: Add ocaml-splittable-random Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).