tup

 1 like

Tup is a file-based build system for Linux, OSX, and Windows. It inputs a list of file changes and a directed acyclic graph (DAG), then processes the DAG to execute the appropriate commands required to update dependent files.

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

tup News & Activities

Highlights All activities

Recent activities

  • POX added tup as alternative to Werk
    6 months ago
  • POX added tup as alternative to LazFuck
    10 months ago
Show all activities

tup information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    19 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

Popular alternatives

View all

Our users have written 0 comments and reviews about tup, and it has gotten 1 likes

tup was added to AlternativeTo by preachermanx on Mar 19, 2014 and this page was last updated Feb 13, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is tup?

Tup is a file-based build system for Linux, OSX, and Windows. It inputs a list of file changes and a directed acyclic graph (DAG), 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.