freebsd-ports/devel/tup/pkg-descr
Alexey Dokuchaev e6b4d19773 devel/tup: new port had been added (file-based build system)
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.

WWW: https://gittup.org/tup/
2022-06-01 02:09:00 +00:00

8 lines
465 B
Text

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.
WWW: https://gittup.org/tup/