tup
Fast build system that's hard to get wrong
Tup is a generic build system based on a directed acyclic graphs of commands to be executed. Tup instruments your build to detect the exact dependencies of the commands, allowing you to take advantage of ideal parallelism during incremental builds, and detecting any situations where a build worked by accident.
- Versions: 0.8
- Website: https://gittup.org/tup/
- Licenses: GPL 2 · X11
- Package source: gnu/packages/build-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tup as follows:
guix install tup
Or install a particular version:
guix install tup@0.8
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.
Badge code
You can use the following badge to inform users of tup about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tup'><img src='https://packages.guix.gnu.org/packages/tup/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/tup)
Example Org:
[[https://packages.guix.gnu.org/packages/tup][https://packages.guix.gnu.org/packages/tup/badges/latest-version.svg]]