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

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main devel
Yangtze V1.0 proposed main devel

Downloads

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

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