aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Paul Cody Johnston <pcj@pubref.org>2017-02-01 07:16:22 -0700
committerGravatar GitHub <noreply@github.com>2017-02-01 07:16:22 -0700
commit7b54b34c1e38a69ece1083a1f57b986716f58dd4 (patch)
treebccfaa642a5106d4d8332c482d4b046d00a69282 /docs
parent7f3e23707122f31ebfa58b7280bd56cbe77cb44e (diff)
Add bazel protobuf resources
Diffstat (limited to 'docs')
-rw-r--r--docs/third_party.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index 160090ce..98ac66fc 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -121,6 +121,10 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers.
There are miscellaneous other things you may find useful as a Protocol Buffers developer.
+* [Bazel Build](https://bazel.build)
+ * [rules_closure](https://github.com/bazelbuild/rules_closure) `js-closure`
+ * [rules_go](https://github.com/bazelbuild/rules_go) `go`
+ * [rules_protobuf](https://github.com/pubref/rules_protobuf) `java` `c++` `c#` `go` `js-closure` `js-node` `python` `ruby`
* [NetBeans IDE plugin](http://code.google.com/p/protobuf-netbeans-plugin/)
* [Wireshark/Ethereal packet sniffer plugin](http://code.google.com/p/protobuf-wireshark/)
* [Alternate encodings (JSON, XML, HTML) for Java protobufs](http://code.google.com/p/protobuf-java-format/)