ninja-build 1.3.4-1.1ubuntu0.14.04.1~12.04 source package in Ubuntu

Changelog

ninja-build (1.3.4-1.1ubuntu0.14.04.1~12.04) precise-security; urgency=medium

  * Backport from trusty in order to build Chromium
 -- Chris Coulson <email address hidden>   Tue, 05 Aug 2014 17:09:05 +0100

Upload details

Uploaded by:
Chris Coulson
Uploaded to:
Precise
Original maintainer:
Gary Kramlich
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main devel
Precise security main devel

Downloads

File Size SHA-256 Checksum
ninja-build_1.3.4.orig.tar.gz 145.3 KiB e71066b1db7b68f0aada6e93639ae8986844491d18bbca209338853d706f6099
ninja-build_1.3.4-1.1ubuntu0.14.04.1~12.04.debian.tar.xz 6.7 KiB c91ce9e0a008c265cd9f0d6885ea7b9274e7366ad3741abfb4693802ad9c3d79
ninja-build_1.3.4-1.1ubuntu0.14.04.1~12.04.dsc 1.8 KiB 45e14a44bd6fe9ad21b37412bfe7506d8268cad8995d0e097e5e7679079ef543

View changes file

Binary packages built by this source

ninja-build: 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.

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.