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. src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/avr.scm
AgeCommit message (Expand)Author
2016-08-15gnu: avr: Use the correct gcc version as native-input....Danny Milosavljevic
2016-05-31gnu: microscheme: Update to 0.9.3....Efraim Flashner
2016-05-30gnu: Add avr-toolchain....David Thompson
2016-05-30gnu: avr-libc: Update to 2.0.0....David Thompson
2016-05-30gnu: avr-libc: Fix build....David Thompson
2016-05-30gnu: Add avr-gcc-5....David Thompson
2016-05-30gnu: Add avr-gcc....David Thompson
2016-05-30gnu: Add avr-binutils....David Thompson
2015-11-11gnu: Add microscheme....Ricardo Wurmus
2015-11-11gnu: Add prefix to license imports in (gnu packages avr)....Ricardo Wurmus
2015-03-14gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'....Ludovic Courtès
2014-11-21gnu: Add AVR-Libc....Manolis Ragkousis