File: control

package info (click to toggle)
tup 0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,076 kB
  • sloc: ansic: 256,651; sh: 19,101; perl: 184; python: 67; lisp: 63; makefile: 56
file content (21 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (3)
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.