abseil
brew install abseil
v20260107.1
Apache-2.0
C++ shared library providing common utilities for strings, containers, synchronization, and time handling.
Why you might care
Abseil is Google's foundational C++ library used across many projects; it offers modern, well-tested replacements for std library gaps and provides performance-critical utilities like flat_hash_map and thread-safe operations. Most developers use it as a build dependency rather than directly, but linking against it is necessary for any C++ project that depends on libraries built with Abseil.
49.3k
30-day installs · #128
146.1k
90-day · #143
693.0k
365-day · #97
Build dependencies
Links
- https://abseil.io
- Brew formula source: Formula/a/abseil.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"Boost",
"C++ Standard Library",
"LLVM libcxx"
],
"build_dependencies": [
"cmake",
"googletest"
],
"categories": [
"library",
"cpp-library"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "C++ Common Libraries",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:16+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "abseil",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://abseil.io",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "abseil / abseil.io",
"installs_30d": 49290,
"installs_365d": 692950,
"installs_90d": 146147,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": "2026-06-20T23:42:54+00:00",
"llm_model": "claude-haiku-4-5",
"name": "abseil",
"oldnames": [],
"one_liner": "C++ shared library providing common utilities for strings, containers, synchronization, and time handling.",
"optional_dependencies": [],
"rank_30d": 128,
"rank_365d": 97,
"rank_90d": 143,
"raw_hash": "a30f0280b6735f79",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/abseil.rb",
"tap": "homebrew/core",
"test_dependencies": [
"cmake"
],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "20260107.1",
"versioned_formulae": [],
"why_use_this": "Abseil is Google\u0027s foundational C++ library used across many projects; it offers modern, well-tested replacements for std library gaps and provides performance-critical utilities like flat_hash_map and thread-safe operations. Most developers use it as a build dependency rather than directly, but linking against it is necessary for any C++ project that depends on libraries built with Abseil."
}