Language

Package: ninja @ 1.10.2

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

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/vx43vlgg34ghjqgm89xl9c5kfvhpp9jf-ninja-1.10.2.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/fm0xkzinzffx1gqjw0k44nsr0vs4xg7n-ninja-1.10.2.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/jgamy0ljviv2czrwczvri9ywc3n5kl6l-ninja-1.10.2.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/9hzps2ar7mq37bwpa6rrhqaiq3jvyaym-ninja-1.10.2.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/a526kc6jwxf67w5qav2jffiz15i8n2hl-ninja-1.10.2.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/58nrr3mr0f45mqsbk0c2y906jwcyr60b-ninja-1.10.2.drv
x86_64-linuxi686-w64-mingw32/gnu/store/vj92b2mw4fnn7ddkbm5pfwp2jpr7qjqf-ninja-1.10.2.drv
x86_64-linuxi586-pc-gnu/gnu/store/jx6h9cjby9irkc160sv8ql3vcwc2gsqc-ninja-1.10.2.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/40w3fdhd2qzi8pamf0nhjmd1v8801zf9-ninja-1.10.2.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/xx02axn1yf8kchc8xaj2flbwp2b1bi2p-ninja-1.10.2.drv
riscv64-linux/gnu/store/0shcx4lxb53q7mldf6gl90wpaqk0p6r2-ninja-1.10.2.drv
    powerpc-linux/gnu/store/27sk2gp4zkl07fv2fzlia34a8fsnw394-ninja-1.10.2.drv
      powerpc64le-linux/gnu/store/5ahkcfk94r3h9rh6agzmyjga993vk203-ninja-1.10.2.drv
      mips64el-linux/gnu/store/rjns5791id7bwpk8ca003m6g9ff3dsfb-ninja-1.10.2.drv
        i686-linux/gnu/store/zqcfr0n421n141bmnla6s4wmli63f8s6-ninja-1.10.2.drv
        i586-gnu/gnu/store/wyfz61ydgyp7lrlzph5lhz9vca062fpl-ninja-1.10.2.drv
        armhf-linux/gnu/store/7g0rh5gqjkgagrgfpn45hy7q254qymq2-ninja-1.10.2.drv
        aarch64-linux/gnu/store/b8qwnc3h0pkakjfzb4qlxdh1m1s083f7-ninja-1.10.2.drv

        Lint warnings

        LinterMessageLocation
        input-labels

        Identify input labels that do not match package names

        label 'python' does not match package name 'python-wrapper'
        optional-tests

        Make sure tests are only run when requested

        the 'check' phase should respect #:tests?