• Stars
    star
    1,160
  • Rank 40,222 (Top 0.8 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created over 13 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tup is a file-based build system.

Tup

http://gittup.org/tup

About Tup

Tup is a file-based build system for Linux, OSX, 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. This means you can stay focused on your project rather than on your build system.

Further information can be found at http://gittup.org/tup