File: control

package info (click to toggle)
ninja-build 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,160 kB
  • ctags: 1,510
  • sloc: cpp: 12,713; python: 1,196; ansic: 543; sh: 109; lisp: 39; makefile: 31
file content (31 lines) | stat: -rw-r--r-- 1,150 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,
               debhelper (>= 9),
               docbook-xml,
               docbook-xsl,
               help2man,
               python,
               re2c,
               xsltproc
Homepage: https://ninja-build.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ninja-build.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ninja-build.git
Standards-Version: 3.9.6

Package: ninja-build
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: ninja
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.