ninja

ninja 1.13.2

Small build system with a focus on speed

<rendered-html><p>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.</p> </rendered-html>

https://ninja-build.org/
Apache License 2.0
main program: ninjaprograms: -
Platforms (45)
i686-cygwinarmv7a-netbsdriscv32-netbsdsh4-linuxpowerpc-linuxmicroblaze-linuxs390x-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ninja
];
Ad-hoc shell
nix-shell -p ninja
Flake (nix run)
nix run nixpkgs#ninja