File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,20 @@ Bazel | rules_protobuf | gRPC |
1313| Language | Compile (1) | Build (2) | gRPC (3) |
1414| ------------------------ | ------------ | ----------- | -------- |
1515| [ C++] [ cpp ] | [ cc_proto_compile] [ cpp ] | [ cc_proto_library] [ cpp ] | yes |
16- | [ C#] ( bzl/csharp ) | | | |
16+ | [ C#] ( bzl/csharp ) | [ csharp_proto_compile ] [ csharp ] (4) | | |
1717| [ Go] [ go ] | [ go_proto_compile] [ go ] | [ go_proto_library] [ go ] | yes |
1818| [ Java] [ java ] | [ java_proto_compile] [ java ] | [ java_proto_library] [ java ] | yes |
1919| [ JavaNano] [ javanano ] | [ android_proto_compile] [ javanano ] | [ android_proto_library] [ javanano ] | yes |
2020| [ Javascript] ( bzl/js ) | | | |
2121| [ Objective-C] ( bzl/objc ) | | | |
2222| [ Python] ( bzl/python ) | [ py_proto_compile] [ python ] | | |
23- | [ Ruby] ( bzl/ruby ) | [ py_proto_compile ] [ ruby ] | | |
23+ | [ Ruby] ( bzl/ruby ) | [ ruby_proto_compile ] [ ruby ] | | |
2424| [ gRPC gateway] [ grpc-gateway-home ] | [ grpc_gateway_proto_compile] [ grpc_gateway ] | [ grpc_gateway_proto_library] [ grpc_gateway ] | yes |
2525
26261 . Support for generation of protobuf classes via the ` protoc ` tool.
27272 . Support for generation + compilation of outputs with protobuf dependencies.
28283 . gRPC support.
29+ 4 . Highly experimental.
2930
3031---
3132
@@ -265,6 +266,7 @@ Contributions welcome; please create Issues or GitHub pull requests.
265266[ grpc_image ] : https://github.com/pubref/rules_protobuf/blob/master/images/gRPC.png
266267
267268[ cpp ] : bzl/cpp
269+ [ csharp ] : bzl/csharp
268270[ go ] : bzl/go
269271[ java ] : bzl/java
270272[ javanano ] : bzl/javanano
You can’t perform that action at this time.
0 commit comments