cmake

cmake 4.4.2

Cross-platform, open-source build system generator

<rendered-html><p>CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice.</p> </rendered-html>

https://cmake.org/
BSD 3-clause "New" or "Revised" License
main program: cmakeprograms: -
Platforms (79)
powerpc64le-linuxm68k-netbsdaarch64-uefivc4-nonepowerpc64-linuxaarch64-linuxarmv6l-nonewasm64-wasip1
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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