ninja-build 1.11.1-ok1 source package in openKylin
Changelog
ninja-build (1.11.1-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:46:17 +0800
ninja-build (1.11.1-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:46:17 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | devel | |
Huanghe V3.0 | release | main | devel | |
Nile V2.0 | release | main | devel | |
Nile V2.0 | proposed | main | devel |
File | Size | SHA-256 Checksum |
---|---|---|
ninja-build_1.11.1.orig.tar.gz | 224.1 KiB | 31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea |
ninja-build_1.11.1-ok1.debian.tar.xz | 4.5 KiB | b594821edf31d98454a2915cd1cf77c56749da7b5f46892977bf4ed5462e67a1 |
ninja-build_1.11.1-ok1.dsc | 1.8 KiB | a68e7d6c4e91cb3f356b8f911341b457dc0ef3917c0be27568d54d4393329e4f |
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.