ninja-build 1.11.1-1 source package in Ubuntu

Changelog

ninja-build (1.11.1-1) unstable; urgency=medium

  * New upstream release.

 -- Felix Geyer <email address hidden>  Fri, 02 Sep 2022 12:31:31 +0200

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Sid
Original maintainer:
Felix Geyer
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
ninja-build_1.11.1-1.dsc 2.0 KiB 67aa6f8811b88e74d496ee58c57efc1fa8496f5bbef7870c285763cc3ef17dce
ninja-build_1.11.1.orig.tar.gz 224.1 KiB 31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea
ninja-build_1.11.1-1.debian.tar.xz 5.0 KiB d56cdda7ca7417cd6aaba8d9a7c5af9b74d3dbbee229641cf0f4acf8f4e6bcc7

Available diffs

No changes file available.

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-dbgsym: debug symbols for ninja-build