1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: tup
Section: devel
Priority: optional
Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
Build-Depends: debhelper (>= 7),
libfuse3-dev (>= 3.9.2),
pkg-config (>= 0.22),
Standards-Version: 3.8.4
Homepage: http://gittup.org/tup/
Package: tup
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libfuse3 (>= 3.9.2)
Description: Fast build system
Tup is a 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.
.
Visit http://gittup.org/tup/ to read about the current state of
tup's development.
|