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

Changelog

ninja-build (1.3.4-1.1ubuntu0.14.04.1) trusty-security; urgency=medium

  * Run the tests at build time
 -- Chris Coulson <email address hidden>   Tue, 27 May 2014 17:20:55 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main devel
Trusty 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.debian.tar.xz 6.6 KiB 7af2097750b53707ddf690cd03e58338e46f452765e323c881732b0735a4360a
ninja-build_1.3.4-1.1ubuntu0.14.04.1.dsc 1.8 KiB 975424afdb1e7d6b83be538899bb1ea948f9ce745461971a07b7cbdbe26d59bf

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.