Language

Package: ninja @ 1.10.0

Synopsis

Small build system

Description

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.

Home page
https://ninja-build.org/
Location
gnu/packages/ninja.scm (line: 32, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?