A custom registry that provides Bazel module metadata and overlay build files for selected dependencies that are missing from or slow to update in the Bazel Central Registry.
Add the registry to your .bazelrc:
common --registry=https://ezhuk.github.io/bazel-registry/
common --registry=https://bcr.bazel.build/
Or pass the registries as command-line arguments:
bazel build //... \
--registry=https://ezhuk.github.io/bazel-registry/ \
--registry=https://bcr.bazel.build/The registry metadata, patches and overlay build files are licensed under the MIT License.