aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-02-10 10:47:48 -0800
committerGitHub <noreply@github.com>2017-02-10 10:47:48 -0800
commit1d2736f24d1e86af460098827ce28fa710b2a931 (patch)
treefe04f8b0410e8342ce176ef17fb8fb83f2606196
parentc6e0d0e7f3dca63c006edae515dfca2a89b9c1e4 (diff)
parent7b54b34c1e38a69ece1083a1f57b986716f58dd4 (diff)
downloadprotobuf-1d2736f24d1e86af460098827ce28fa710b2a931.tar.gz
protobuf-1d2736f24d1e86af460098827ce28fa710b2a931.tar.bz2
protobuf-1d2736f24d1e86af460098827ce28fa710b2a931.zip
Merge pull request #2656 from pcj/patch-1
Add bazel protobuf resources
-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/)