This Guix channel features software developed at the DYOGEN lab.
To add this channel to your Guix channels, append the following snippet to ~/.config/guix/channels.scm
:
(cons (channel
(name 'dyogen)
(url "https://github.com/delehef/guix-dyogen.git"))
%default-channels)