aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
0-04-13gnu: perl-ev: Update to 4.31....* gnu/packages/libevent.scm (perl-ev): Update to 4.31. Marius Bakke 2020-03-14gnu: LibUV: Update to 1.35.0....* gnu/packages/libevent.scm (libuv): Update to 1.35.0. Marius Bakke 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-26gnu: LibUV: Add version 1.34.2....* gnu/packages/libevent.scm (libuv/latest): New public variable. Marius Bakke 2020-02-20gnu: libevent: Split into two outputs....This removes python and its dependencies from the libevent closure, reducing it from 180MB to 70MB. * gnu/packages/libevent.scm (libevent): Add bin output. Julien Lepiller