aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 1e30a74a64f51ec735dcc44ff4dfe5fa4fa13c6f (about) (plain)
1
2
3
4
5
6
7
8
9
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.
d>Ludovic Courtès 2021-01-13utils: Support zstd compression via Guile-zstd....Ludovic Courtès 2021-01-13utils: Remove 'compressed-output-port'....Ludovic Courtès 2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe 2019-06-20utils: canonical-newline-port: Fix handling of carriage return at buffer end....Robert Vollmert 2019-05-27utils: Support compression and decompression with lzip....Ludovic Courtès 2019-05-27utils: Test 'compressed-port' and 'decompressed-port' for both gzip and xz....Ludovic Courtès 2018-05-13utils: Add 'version-prefix?'....Ludovic Courtès 2018-05-10union: Add 'relative-file-name'....Ludovic Courtès 2017-03-16utils: Move base16 procedures to (guix base16)....Ludovic Courtès 2016-10-07utils: Support defaults in substitute-keyword-arguments....Eric Bavier 2016-10-07utils: Fix default-keyword-arguments....Eric Bavier 2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls)....Ludovic Courtès 2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès 2016-05-04utils: Remove 'split'....Ludovic Courtès 2016-04-13utils: Add 'edit-expression'....宋文武 2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin 2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin 2016-01-06utils: Add 'ensure-keyword-arguments'....Ludovic Courtès 2015-11-26utils: Add 'canonical-newline-port'....Federico Beffa 2015-10-09utils: Add split procedure....David Thompson