ninja-build 1.11.0-ok1 source package in openKylin
Changelog
ninja-build (1.11.0-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Mon, 29 Aug 2022 15:14:41 +0800
ninja-build (1.11.0-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Mon, 29 Aug 2022 15:14:41 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | devel | |
Yangtze V1.0 | proposed | main | devel |
File | Size | SHA-256 Checksum |
---|---|---|
ninja-build_1.11.0.orig.tar.gz | 4.8 MiB | 212f65e526bcab5b3ff6a28ae69dc31ff8dc046fdb4590b277221eebab740bab |
ninja-build_1.11.0-ok1.debian.tar.xz | 8.6 KiB | 21d0e84890d1114bde1a07e5b635c234768e7acfcd5f649dd9155e82732d8610 |
ninja-build_1.11.0-ok1.dsc | 1.8 KiB | b5808d0379185d112220a7cce74c496214532d2719629918fdb06605be00d02e |
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.