ninja-build 1.12.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Drop support_32bit_system_like_i386.patch, applied upstream.
  * Build using cmake instead of using upstream's bootstrapping script.
    It doesn't support building the unit tests anymore.

 -- Felix Geyer <email address hidden>  Sun, 12 May 2024 11:17:01 +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
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
ninja-build_1.12.1-1.dsc 2.0 KiB d6b3848557b2af6826102591a4a86a513caabfde79e1e6d34b6bdf51337ac45e
ninja-build_1.12.1.orig.tar.gz 234.8 KiB 821bdff48a3f683bc4bb3b6f0b5fe7b2d647cf65d52aeb63328c91a6c6df285a
ninja-build_1.12.1-1.debian.tar.xz 5.1 KiB 6eef6891928f60062ad93ce4517b0afa96d22b11981d2e7450db35a836f709ea

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