aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
urtès 2022-08-08style: Adjust test to not emit blank lines....Ludovic Courtès 2022-08-08style: Move reader and printer to (guix read-print)....Ludovic Courtès 2022-07-04style: For 'let' and similar forms, emit one binding per line....Ludovic Courtès 2022-06-22style: Keep values next to their keyword....Ludovic Courtès 2022-04-14style: Correctly read dots in pairs and improper lists....Ludovic Courtès 2022-01-10style: '-S format' canonicalizes comments....Ludovic Courtès 2022-01-10style: Add '--styling' option....Ludovic Courtès 2022-01-10style: Add support for "newline forms"....Ludovic Courtès 2022-01-10style: Allow special forms to be scoped....Ludovic Courtès 2022-01-10style: Improve pretty printer and add tests....Ludovic Courtès 2021-07-11Add 'guix style'....Ludovic Courtès