abseil-cpp_202508

abseil-cpp 20250814.2

Open-source collection of C++ code designed to augment the C++ standard library

https://abseil.io/
Apache License 2.0
programs: -
Platforms (80)
aarch64-netbsdi686-windowspowerpc-linuxjavascript-ghcjsarmv7l-netbsdx86_64-darwinriscv64-linuxriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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