autogen 5.18.16
Automated program generator
AutoGen is a program to ease the maintenance of programs that contain large amounts of repetitive text. It automates the construction of these sections of the code, simplifying the task of keeping the text in sync. It also includes an add-on package called AutoOpts, which is specialized for the maintenance and documentation of program options.
- Website: https://www.gnu.org/software/autogen/
- Licenses: GPL 3+
- Package source: gnu/packages/autogen.scm
- Builds: See build status
- Issues: See known issues
Installation
Install autogen 5.18.16
as follows:
guix install autogen@5.18.16
Or install the latest version:
guix install autogen
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.