Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gittup/tup
Tup is a file-based build system.
https://github.com/gittup/tup
Last synced: about 1 month ago
JSON representation
Tup is a file-based build system.
- Host: GitHub
- URL: https://github.com/gittup/tup
- Owner: gittup
- License: gpl-2.0
- Created: 2011-05-01T23:32:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T07:38:39.000Z (3 months ago)
- Last Synced: 2024-09-26T23:04:24.971Z (about 2 months ago)
- Language: C
- Homepage: http://gittup.org/tup/
- Size: 34.5 MB
- Stars: 1,163
- Watchers: 48
- Forks: 144
- Open Issues: 153
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# 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