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.
Use flatbuffers-next instead of flatbuffers-next-shared. David Elsing 2024-06-18gnu: Add libnop....* gnu/packages/serialization.scm (libnop): New variable. David Elsing 2024-06-13gnu: Add libscfg....* gnu/packages/serialization.scm (libscfg): New variable. Change-Id: I0096745f2971799bd0c9955cddeed24f0846f075 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Wilko Meyer 2024-05-29gnu: Add valijson....* gnu/packages/serialization.scm (valijson): New variable. Change-Id: I604a0ecdd5ffaa256db4053b77e760d549881f33 Maxim Cournoyer