abseil-cpp_202505

abseil-cpp 20250512.2

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

https://abseil.io/
Apache License 2.0
programs: -
Platforms (80)
armv7l-netbsdi686-noneriscv32-netbsdaarch64-freebsdaarch64-uefix86_64-windowsi686-genodex86_64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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