File: control

package info (click to toggle)
ninja-build 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,332 kB
  • sloc: cpp: 15,824; python: 1,349; ansic: 569; sh: 109; lisp: 39; makefile: 34
file content (31 lines) | stat: -rw-r--r-- 1,176 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
Source: ninja-build
Section: devel
Priority: optional
Maintainer: Felix Geyer <fgeyer@debian.org>
Build-Depends: asciidoc <!nodoc>,
               debhelper-compat (= 12),
               docbook-xml <!nodoc>,
               docbook-xsl <!nodoc>,
               help2man <!nodoc>,
               python3,
               re2c,
               xsltproc <!nodoc>,
Homepage: https://ninja-build.org/
Vcs-Git: https://salsa.debian.org/debian/ninja-build.git
Vcs-Browser: https://salsa.debian.org/debian/ninja-build
Standards-Version: 3.9.6

Package: ninja-build
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: python3
Description: small build system closest in spirit to Make
 Ninja is yet another build system. It takes as input the interdependencies of
 files (typically source code and output executables) and orchestrates
 building them, quickly.
 .
 Ninja joins a sea of other build systems. Its distinguishing goal is to be
 fast. It is born from the Chromium browser project, which has over 30,000
 source files and whose other build systems can take ten seconds to start
 building after changing one file. Ninja is under a second.