This package browser is in early development. Mind the rough edges.

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.

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.