abseil-cpp 20200923.3
Augmented C++ standard library
Abseil is a collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's C++ code base.
- Website: https://abseil.io
- Licenses: ASL 2.0
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install abseil-cpp 20200923.3
as follows:
guix install abseil-cpp@20200923.3
Or install the latest version:
guix install abseil-cpp
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.