Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58e5ee9f41 | |||
|
|
6e64d7e4dd |
3 changed files with 1 additions and 35 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
# ninja
|
|
||||||
|
|
||||||
The ninja package
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
No need for such branch
|
||||||
32
ninja.yaml
32
ninja.yaml
|
|
@ -1,32 +0,0 @@
|
||||||
document: modulemd
|
|
||||||
version: 2
|
|
||||||
data:
|
|
||||||
summary: Small build system with a focus on speed
|
|
||||||
description: >-
|
|
||||||
This module includes Ninja build system. Ninja is a small build system
|
|
||||||
with a focus on speed. It differs from other build systems
|
|
||||||
in two major respects: it is designed to have its input files generated
|
|
||||||
by a higher-level build system, and it is designed to run builds
|
|
||||||
as fast as possible.
|
|
||||||
license:
|
|
||||||
module: [ MIT ]
|
|
||||||
dependencies:
|
|
||||||
- buildrequires:
|
|
||||||
platform: []
|
|
||||||
requires:
|
|
||||||
platform: []
|
|
||||||
references:
|
|
||||||
community: https://ninja-build.org/
|
|
||||||
documentation: https://ninja-build.org/manual.html
|
|
||||||
tracker: https://github.com/ninja-build/ninja/issues
|
|
||||||
profiles:
|
|
||||||
default:
|
|
||||||
rpms:
|
|
||||||
- ninja-build
|
|
||||||
api:
|
|
||||||
rpms:
|
|
||||||
- ninja-build
|
|
||||||
components:
|
|
||||||
rpms:
|
|
||||||
ninja-build:
|
|
||||||
rationale: Main component.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue