aboutsummaryrefslogtreecommitdiff
path: root/devel/tup/pkg-descr
blob: 2340619481b88879d4ef8f710f38713d8671f421 (plain) (blame)
1
2
3
4
5
6
Tup is a file-based build system for Unix and Windows.  It takes as input
a list of file changes and a directed acyclic graph (DAG).  It then
processes the DAG to execute the appropriate commands required to update
dependent files.  Updates are performed with very little overhead since
tup implements powerful build algorithms to avoid doing unnecessary work,
so you can stay focused on your project rather than on your build system.