Language

Package: tup @ 0.7.9

Synopsis

Fast build system that's hard to get wrong

Description

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.

Home page
http://gittup.org/tup/
Location
gnu/packages/build-tools.scm (line: 410, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'pcre' does not match package name 'pcre:bin'