Reverse the dependency from rules_proto to protobuf

This way rules_proto are using rules defined in protobuf. The redirect to native rules is removed.

PiperOrigin-RevId: 650525711
17 files changed
tree: fd2f8ad57e401b4b6f33ebcbcf50b3a6a4306fa8
  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.