ninja-build 1.3.4-1.1 source package in Ubuntu
Changelog
ninja-build (1.3.4-1.1) unstable; urgency=low * Non-maintainer upload. * Properly call doxygen in -indep rule. Closes: #716885 -- Mathieu Malaterre <email address hidden> Thu, 18 Jul 2013 10:09:48 +0200
Upload details
- Uploaded by:
- Gary Kramlich
- Uploaded to:
- Sid
- Original maintainer:
- Gary Kramlich
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ninja-build_1.3.4-1.1.dsc | 2.1 KiB | ff0f266b2c69b23f385bf409cf63b2849956f0c51bb5bdced0670c7cb16e2dc2 |
ninja-build_1.3.4.orig.tar.gz | 145.3 KiB | e71066b1db7b68f0aada6e93639ae8986844491d18bbca209338853d706f6099 |
ninja-build_1.3.4-1.1.debian.tar.xz | 6.5 KiB | a1879b132fd14919d4a53fabfe65e11896cd10cd86a02856bb553b5ebb8dd74d |
Available diffs
- diff from 1.3.3-2 to 1.3.4-1.1 (15.3 KiB)
- diff from 1.3.4-1 to 1.3.4-1.1 (584 bytes)
No changes file available.
Binary packages built by this source
- ninja-build: No summary available for ninja-build in ubuntu saucy.
No description available for ninja-build in ubuntu saucy.
- ninja-build-doc: documentation for ninja-build
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.
.
This package contains the doxygen documentation for ninja.