No public description

PiperOrigin-RevId: 784313240
3 files changed
tree: e6aee8c3e7f2e07692f73bb75573a1f032875c7c
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. proto/
  5. tests/
  6. tools/
  7. .bazelrc
  8. .gitattributes
  9. .gitignore
  10. .pre-commit-config.yaml
  11. AUTHORS
  12. BUILD
  13. CODEOWNERS
  14. CONTRIBUTING.md
  15. dev_deps.bzl
  16. LICENSE
  17. MODULE.bazel
  18. MODULE.bazel.lock
  19. README.md
  20. WORKSPACE
  21. WORKSPACE.bzlmod
README.md

Protobuf Rules for Bazel

  • Postsubmit Build status

This repository is deprecated.

The proto library implementation proto_library and rules for other languages like Java, Python, C++ are in protobuf repository.

Roadmap

As of May 2024, we decided to move the implementation of the rules together with proto compiler into protobuf repository.

As such this repository is deprecated and serves only as a helper in the migration.