Registry / utility / abseil

abseil

JSON →
library20260107.1vcpkg✓ verified 24d ago

Abseil is an open-source collection of C++ library code designed to augment the C++ standard library.

vcpkg install abseil
INSTALL
IMPORT
SIG · ABSEIL
A
abseil
utilitycppv20260107.1
Install
173.9s avg
Import
Disk
51MB
Pass rate
2/ 2
Env Coverage2 / 2
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v20260107.1#3 · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
default
ubuntu 22.0424.042 runs
installs and imports cleanly · install 173.9s · import 0.000s · 51MB
51MB installed
● package 51MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

absl/strings/string_view.h
#include <absl/strings/string_view.h>

Use absl::string_view for efficient string references.

#include <absl/strings/string_view.h> #include <iostream> int main() { absl::string_view sv = "Hello, Abseil!"; std::cout << sv << std::endl; return 0; }
Debug
Known issues
gotchaAbseil has many components; linking only absl::strings may miss other needed parts.
fix
Link against specific Abseil targets (e.g., absl::strings, absl::base) as needed.
affects: all
Upgrade
Version history
20260107.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
28
OpenAI (training)
1
Resources

No resource links recorded.

abseil — pip install abseil · libregistry