meson

meson 1.10.2

Open source, fast and friendly build system made in Python

<rendered-html><p>Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.</p> <p>The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.</p> </rendered-html>

https://mesonbuild.com
Apache License 2.0
main program: mesonprograms: meson
Platforms (31)
microblaze-linuxi686-windowsx86_64-linuxarmv6l-linuxaarch64-windowsarmv7a-linuxarmv7l-linuxs390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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