cook 2.34
Tool for constructing files
Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.
- Website: https://web.archive.org/web/20140727122520/http://miller.emu.id.au/pmiller/software/cook/
- Licenses: GPL 3+
- Package source: gnu/packages/cook.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cook 2.34
as follows:
guix install cook@2.34
Or install the latest version:
guix install cook
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.