The central registry of Bazel modules for the Bzlmod external dependency system.
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
https://github.com/bazel-contrib/bazel_features
Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.