No public description

PiperOrigin-RevId: 680449575
1 file changed
tree: 97156ee417937a4b1b3b9740c60cdf024fa98936
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. docs/
  5. proto/
  6. tests/
  7. tools/
  8. .bazelrc
  9. .bazelversion
  10. .gitattributes
  11. .gitignore
  12. .pre-commit-config.yaml
  13. AUTHORS
  14. BUILD
  15. CODEOWNERS
  16. CONTRIBUTING.md
  17. dev_deps.bzl
  18. LICENSE
  19. MODULE.bazel
  20. MODULE.bazel.lock
  21. README.md
  22. WORKSPACE
  23. 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.