abseil-cpp_202401

abseil-cpp 20240116.3

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

https://abseil.io/
Apache License 2.0
programs: -
Platforms (79)
x86_64-windowsarmv7a-netbsds390-nones390x-nonemips-nonewasm64-wasip1powerpc-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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