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)
i686-genodeaarch64-nonem68k-nonewasm32-wasipowerpcle-nonex86_64-windowsmips64-nonex86_64-openbsd
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