abseil-cpp

abseil-cpp 20260107.1

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

https://abseil.io/
Apache License 2.0
programs: -
Platforms (80)
i686-cygwinx86_64-cygwinaarch64-darwinaarch64-freebsdi686-noneriscv64-netbsdx86_64-windowsaarch64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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