File: control

package info (click to toggle)
tup 0.7.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 18,448 kB
  • sloc: ansic: 217,845; sh: 17,432; perl: 184; python: 67; lisp: 63; makefile: 62
file content (32 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: tup
Section: devel
Priority: optional
Maintainer: Dmitry Bogatov <KAction@debian.org>
Build-Depends:
 debhelper-compat (= 11),
 emacs-nox,
 libfuse-dev,
 libsqlite3-dev,
 pkg-config,
 procps,
 libpcre3-dev,
Standards-Version: 4.2.1
Homepage: http://gittup.org/tup
Vcs-Browser: https://salsa.debian.org/debian/tup
Vcs-Git: https://salsa.debian.org/debian/tup.git

Package: tup
Architecture: linux-any
Depends:
 fuse,
 procps,
 ${misc:Depends},
 ${shlibs:Depends},
Description: fast build system
 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.