PACKAGE NAME: tup-0.7.11-x86_64-2_slackdce.txz PACKAGE LOCATION: ./development/tup PACKAGE SIZE (compressed): 612 K PACKAGE SIZE (uncompressed): 1400 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: tup: tup (file-based build system) tup: tup: Tup is a file-based build system for Linux, OSX, and Windows. It tup: takes as input a list of file changes and a directed acyclic graph tup: (DAG). It then processes the DAG to execute the appropriate commands tup: required to update dependent files. Updates are performed with very tup: little overhead since tup implements powerful build algorithms to tup: avoid doing unnecessary work. This means you can stay focused on tup: your project rather than on your build system. tup: tup: