blob: 3f5ac61305ffd91554b1c2802610d79a01131b47 [file] [log] [blame] [view]
Feng Xiaoef7052b2018-07-02 17:00:39 -07001# Protobuf Global Extension Registry
2
3This file contains a global registry of known extensions for descriptor.proto,
4so that any developer who wishes to use multiple 3rd party projects, each with
5their own extensions, can be confident that there won't be collisions in
6extension numbers.
7
8If you need an extension number for your custom option (see [custom options](
9https://developers.google.com/protocol-buffers/docs/proto#customoptions)),
Feng Xiaoafe98de2018-08-22 11:55:30 -070010please [send us a pull request](https://github.com/protocolbuffers/protobuf/pulls) to
11add an entry to this doc, or [create an issue](https://github.com/protocolbuffers/protobuf/issues)
Feng Xiaoef7052b2018-07-02 17:00:39 -070012with info about your project (name and website) so we can add an entry for you.
13
14## Existing Registered Extensions
15
Joshua Humphries9a84a012022-12-01 09:03:45 -0800161. C# port of protocol buffers
Feng Xiaoef7052b2018-07-02 17:00:39 -070017
Joshua Humphries9a84a012022-12-01 09:03:45 -080018 * Website: https://github.com/jskeet/protobuf-csharp-port
19 * Extensions: 1000
Feng Xiaoef7052b2018-07-02 17:00:39 -070020
Joshua Humphries9a84a012022-12-01 09:03:45 -0800211. Perl/XS port of protocol buffers
Feng Xiaoef7052b2018-07-02 17:00:39 -070022
Joshua Humphries9a84a012022-12-01 09:03:45 -080023 * Website: http://code.google.com/p/protobuf-perlxs
24 * Extensions: 1001
Feng Xiaoef7052b2018-07-02 17:00:39 -070025
Joshua Humphries9a84a012022-12-01 09:03:45 -0800261. Objective-C port of protocol buffers
Feng Xiaoef7052b2018-07-02 17:00:39 -070027
Joshua Humphries9a84a012022-12-01 09:03:45 -080028 * Website: http://code.google.com/p/protobuf-objc
29 * Extensions: 1002
Feng Xiaoef7052b2018-07-02 17:00:39 -070030
Joshua Humphries9a84a012022-12-01 09:03:45 -0800311. Google Wave Federation Protocol open-source release (FedOne)
Feng Xiaoef7052b2018-07-02 17:00:39 -070032
Joshua Humphries9a84a012022-12-01 09:03:45 -080033 * Website: http://code.google.com/p/wave-protocol
34 * Extensions: 1003
Feng Xiaoef7052b2018-07-02 17:00:39 -070035
Joshua Humphries9a84a012022-12-01 09:03:45 -0800361. PHP code generator plugin
Feng Xiaoef7052b2018-07-02 17:00:39 -070037
Joshua Humphries9a84a012022-12-01 09:03:45 -080038 * Website: ???
39 * Extensions: 1004
Feng Xiaoef7052b2018-07-02 17:00:39 -070040
Joshua Humphries9a84a012022-12-01 09:03:45 -0800411. GWT code generator plugin (third-party!)
Feng Xiaoef7052b2018-07-02 17:00:39 -070042
Joshua Humphries9a84a012022-12-01 09:03:45 -080043 * Website: http://code.google.com/p/protobuf-gwt/
44 * Extensions: 1005
Feng Xiaoef7052b2018-07-02 17:00:39 -070045
Joshua Humphries9a84a012022-12-01 09:03:45 -0800461. Unix Domain RPC code generator plugin
Feng Xiaoef7052b2018-07-02 17:00:39 -070047
Joshua Humphries9a84a012022-12-01 09:03:45 -080048 * Website: http://go/udrpc
49 * Extensions: 1006
Feng Xiaoef7052b2018-07-02 17:00:39 -070050
Joshua Humphries9a84a012022-12-01 09:03:45 -0800511. Object-C generator plugin (Plausible Labs)
Feng Xiaoef7052b2018-07-02 17:00:39 -070052
Joshua Humphries9a84a012022-12-01 09:03:45 -080053 * Website: http://www.plausible.coop
54 * Extensions: 1007
Feng Xiaoef7052b2018-07-02 17:00:39 -070055
Joshua Humphries9a84a012022-12-01 09:03:45 -0800561. TBD (code42.com)
Feng Xiaoef7052b2018-07-02 17:00:39 -070057
Joshua Humphries9a84a012022-12-01 09:03:45 -080058 * Website: ???
59 * Extensions: 1008
60
611. Goby Underwater Autonomy Project
62
63 * Website: https://github.com/GobySoft/goby
64 * Extensions: 1009
65
661. Nanopb
67
68 * Website: http://kapsi.fi/~jpa/nanopb
69 * Extensions: 1010
70
711. Bluefin AUV Communication Extensions
72
73 * Website: http://www.bluefinrobotics.com
74 * Extensions: 1011
75
761. Dynamic Compact Control Language
77
78 * Website: http://github.com/GobySoft/dccl
79 * Extensions: 1012
80
811. ScaleOut StateServer® Native C++ API
82
83 * Website: http://www.scaleoutsoftware.com
84 * Extensions: 1013
85
861. FoundationDB SQL Layer
87
88 * Website: https://github.com/FoundationDB/sql-layer
89 * Extensions: 1014
90
911. Fender
92
93 * Website: https://github.com/hassox/fender
94 * Extensions: 1015
95
961. Vortex
97
98 * Website: http://www.prismtech.com/vortex
99 * Extensions: 1016
100
1011. tresorit
102
103 * Website: https://tresorit.com/
104 * Extensions: 1017
105
1061. CRIU (Checkpoint Restore In Userspace)
107
108 * Website: http://criu.org/Main_Page
109 * Extensions: 1018
110
1111. protobuf-c
112
113 * Website: https://github.com/protobuf-c/protobuf-c
114 * Extensions: 1019
115
1161. ScalaPB
117
118 * Website: https://scalapb.github.io/
119 * Extensions: 1020
120
1211. protoc-gen-bq-schema
122
123 * Website: https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema
124 * Extensions: 1021
125
1261. grpc-gateway
127
128 * Website: https://github.com/gengo/grpc-gateway
129 * Extensions: 1022
130
1311. Certificate Transparency
132
133 * Website: https://github.com/google/certificate-transparency
134 * Extensions: 1023
135
1361. JUNOS Router Telemetry
137
138 * Website: http://www.juniper.net
139 * Extensions: 1024
140
1411. Spine Event Engine
142
143 * Website: https://github.com/SpineEventEngine/core-java
144 * Extensions: 1025
145
1461. Aruba cloud platform
147
148 * Website: ???
149 * Extensions: 1026 -> 1030
150
1511. Voltha
152
153 * Website: ???
154 * Extensions: 1031 -> 1033
155
1561. gator
157
158 * Website: ???
159 * Extensions: 1034
160
1611. protoc-gen-flowtypes
162
163 * Website:
164 https://github.com/tmc/grpcutil/tree/master/protoc-gen-flowtypes
165 * Extensions: 1035
166
1671. ProfaneDB
168
169 * Website: https://gitlab.com/ProfaneDB/ProfaneDB
170 * Extensions: 1036
171
1721. protobuf-net
173
174 * Website: https://github.com/mgravell/protobuf-net
175 * Extensions: 1037
176
1771. FICO / StreamEngine
178
179 * Website: http://www.fico.com/
180 * Extensions: 1038
181
1821. GopherJS
183
184 * Website: https://github.com/johanbrandhorst/protobuf
185 * Extensions: 1039
186
1871. ygot
188
189 * Website: https://github.com/openconfig/ygot
Rob Shakir7e0834c2023-01-15 14:43:32 -0800190 * Extensions: 1040, 1179, 1180
Joshua Humphries9a84a012022-12-01 09:03:45 -0800191
1921. go-grpcmw
193
194 * Website: https://github.com/MarquisIO/go-grpcmw
195 * Extensions: 1041
196
1971. grpc-gateway protoc-gen-swagger
198
199 * Website: https://github.com/grpc-ecosystem/grpc-gateway
200 * Extensions: 1042
201
2021. AN Message
203
204 * Website: TBD
205 * Extensions: 1043
206
2071. protofire
208
209 * Website: https://github.com/ribrdb/protofire
210 * Extensions: 1044
211
2121. Gravity
213
214 * Website: https://github.com/aphysci/gravity
215 * Extensions: 1045
216
2171. SEMI Standards – I&C Technical Committee
218
219 * Website:
220 http://downloads.semi.org/web/wstdsbal.nsf/9c2b317e76523cca88257641005a47f5/88a5863a580e323088256e7b00707489!OpenDocument
221 * Extensions: 1046
222
2231. Elixir plugin
224
225 * Website: https://github.com/tony612/grpc-elixir
226 * Extensions: 1047
227
2281. API client generators
229
230 * Website: ???
231 * Extensions: 1048-1056
232
2331. Netifi Proteus
234
235 * Website: https://github.com/netifi-proteus
236 * Extensions: 1057
237
2381. CGSN Mooring Project
239
240 * Website: https://bitbucket.org/ooicgsn/cgsn-mooring
241 * Extensions: 1058
242
2431. Container Storage Interface
244
245 * Website: https://github.com/container-storage-interface/spec
246 * Extensions: 1059-1069
247
2481. TwirpQL Plugin
249
250 * Website: https://twirpql.dev
251 * Extensions: 1070
252
2531. Protoc-gen-validate
254
255 * Website: https://github.com/bufbuild/protoc-gen-validate
256 * Extensions: 1071
257
2581. Protokt
259
260 * Website: https://github.com/open-toast/protokt
261 * Extensions: 1072
262
2631. Dart port of protocol buffers
264
265 * Website https://github.com/dart-lang/protobuf
266 * Extensions: 1073
267
2681. Ocaml-protoc-plugin
269
270 * Website: https://github.com/issuu/ocaml-protoc-plugin
271 * Extensions: 1074
272
2731. Analyze Re Graphene
274
275 * Website: https://analyzere.com
276 * Extensions: 1075
277
2781. Wire since and until
279
280 * Website: https://square.github.io/wire/
281 * Extensions: 1076, 1077
282
2831. Bazel, Failure Details
284
285 * Website: https://github.com/bazelbuild/bazel
286 * Extensions: 1078
Feng Xiaoef7052b2018-07-02 17:00:39 -0700287
Joshua Humphries9a84a012022-12-01 09:03:45 -08002881. grpc-graphql-gateway
Feng Xiaoef7052b2018-07-02 17:00:39 -0700289
Joshua Humphries9a84a012022-12-01 09:03:45 -0800290 * Website: https://github.com/ysugimoto/grpc-graphql-gateway
291 * Extensions: 1079
Feng Xiaoef7052b2018-07-02 17:00:39 -0700292
Joshua Humphries9a84a012022-12-01 09:03:45 -08002931. Cloudstate
Feng Xiaoef7052b2018-07-02 17:00:39 -0700294
Joshua Humphries9a84a012022-12-01 09:03:45 -0800295 * Website: https://cloudstate.io
296 * Extensions: 1080-1084
Feng Xiaoef7052b2018-07-02 17:00:39 -0700297
Joshua Humphries9a84a012022-12-01 09:03:45 -08002981. SummaFT protoc-plugins
Feng Xiaoef7052b2018-07-02 17:00:39 -0700299
Joshua Humphries9a84a012022-12-01 09:03:45 -0800300 * Website: https://summaft.com/
301 * Extensions: 1085
Feng Xiaoef7052b2018-07-02 17:00:39 -0700302
Joshua Humphries9a84a012022-12-01 09:03:45 -08003031. ADLINK EdgeSDK
Feng Xiaoef7052b2018-07-02 17:00:39 -0700304
Joshua Humphries9a84a012022-12-01 09:03:45 -0800305 * Website: https://www.adlinktech.com/en/Edge-SDK-IoT
306 * Extensions: 1086
Feng Xiaoef7052b2018-07-02 17:00:39 -0700307
Joshua Humphries9a84a012022-12-01 09:03:45 -08003081. Wire wire_package
Feng Xiaoef7052b2018-07-02 17:00:39 -0700309
Joshua Humphries9a84a012022-12-01 09:03:45 -0800310 * Website: https://square.github.io/wire/
311 * Extensions: 1087
Feng Xiaoef7052b2018-07-02 17:00:39 -0700312
Joshua Humphries9a84a012022-12-01 09:03:45 -08003131. Confluent Schema Registry
Feng Xiaoef7052b2018-07-02 17:00:39 -0700314
Joshua Humphries9a84a012022-12-01 09:03:45 -0800315 * Website: https://github.com/confluentinc/schema-registry
316 * Extensions: 1088
Feng Xiaoef7052b2018-07-02 17:00:39 -0700317
Joshua Humphries9a84a012022-12-01 09:03:45 -08003181. ScalaPB Validate
Feng Xiaoef7052b2018-07-02 17:00:39 -0700319
Joshua Humphries9a84a012022-12-01 09:03:45 -0800320 * Website: https://scalapb.github.io/docs/validation
321 * Extension: 1089
Feng Xiaoef7052b2018-07-02 17:00:39 -0700322
Joshua Humphries9a84a012022-12-01 09:03:45 -08003231. Astounding (Currently Private)
Feng Xiaoef7052b2018-07-02 17:00:39 -0700324
Joshua Humphries9a84a012022-12-01 09:03:45 -0800325 * Website: https://github.com/PbPipes/Astounding
326 * Extension: 1090
Feng Xiaoef7052b2018-07-02 17:00:39 -0700327
Joshua Humphries9a84a012022-12-01 09:03:45 -08003281. Protoc-gen-psql
Feng Xiaoef7052b2018-07-02 17:00:39 -0700329
Joshua Humphries9a84a012022-12-01 09:03:45 -0800330 * Website: https://github.com/Intrinsec/protoc-gen-psql
331 * Extension: 1091-1101
Feng Xiaoef7052b2018-07-02 17:00:39 -0700332
Joshua Humphries9a84a012022-12-01 09:03:45 -08003331. Protoc-gen-sanitize
Feng Xiaoef7052b2018-07-02 17:00:39 -0700334
Joshua Humphries9a84a012022-12-01 09:03:45 -0800335 * Website: https://github.com/Intrinsec/protoc-gen-sanitize
336 * Extension: 1102-1106
Feng Xiaoef7052b2018-07-02 17:00:39 -0700337
Joshua Humphries9a84a012022-12-01 09:03:45 -08003381. Coach Client Connect (planned release in March 2021)
Feng Xiaoef7052b2018-07-02 17:00:39 -0700339
Joshua Humphries9a84a012022-12-01 09:03:45 -0800340 * Website: https://www.coachclientconnect.com
341 * Extension: 1107
Feng Xiaoef7052b2018-07-02 17:00:39 -0700342
Joshua Humphries9a84a012022-12-01 09:03:45 -08003431. Kratos API Errors
Feng Xiaoef7052b2018-07-02 17:00:39 -0700344
Joshua Humphries9a84a012022-12-01 09:03:45 -0800345 * Website: https://go-kratos.dev
346 * Extension: 1108
Feng Xiaoef7052b2018-07-02 17:00:39 -0700347
Joshua Humphries9a84a012022-12-01 09:03:45 -08003481. Glitchdot (Currently Private)
Ryland Degnan5b7d0dc2018-07-21 08:34:17 -0700349
Joshua Humphries9a84a012022-12-01 09:03:45 -0800350 * Website: https://go.glitchdot.com
351 * Extension: 1109
Toby Schneider4fd7bde2018-08-24 17:10:24 -0400352
Joshua Humphries9a84a012022-12-01 09:03:45 -08003531. eigr/protocol
Xiang Daie4794102019-02-21 11:28:50 +0800354
Joshua Humphries9a84a012022-12-01 09:03:45 -0800355 * Website: https://eigr.io
356 * Extension: 1110-1114
Toby Schneider4fd7bde2018-08-24 17:10:24 -0400357
Joshua Humphries9a84a012022-12-01 09:03:45 -08003581. Container Object Storage Interface (COSI)
marwan-at-work36cd11a2019-06-11 09:26:25 -0400359
Joshua Humphries9a84a012022-12-01 09:03:45 -0800360 * Website:
361 https://github.com/kubernetes-sigs/container-object-storage-interface-spec
362 * Extension: 1115-1124
Alex Konradi619ffac2019-06-20 14:10:06 -0400363
Joshua Humphries9a84a012022-12-01 09:03:45 -08003641. Protoc-gen-jsonschema
Sigurd Meldgaardf4a3e062019-09-27 09:21:27 +0200365
Joshua Humphries9a84a012022-12-01 09:03:45 -0800366 * Website: https://github.com/chrusty/protoc-gen-jsonschema
367 * Extension: 1125-1129
Adam Cozzette403df1d2019-10-29 14:05:40 -0700368
Joshua Humphries9a84a012022-12-01 09:03:45 -08003691. Protoc-gen-checker
Adam Cozzette16b0c052019-12-05 15:00:56 -0800370
Joshua Humphries9a84a012022-12-01 09:03:45 -0800371 * Website: https://github.com/Intrinsec/protoc-gen-checker
372 * Extension: 1130-1139
Jesse Wilson62632682019-12-16 16:15:44 -1000373
Joshua Humphries9a84a012022-12-01 09:03:45 -08003741. Protoc-gen-go-svc
Mark Schaller88579a42020-02-03 12:34:39 -0500375
Joshua Humphries9a84a012022-12-01 09:03:45 -0800376 * Website: https://github.com/dane/protoc-gen-go-svc
377 * Extension: 1140
Adam Cozzettea80775c2020-03-16 17:45:39 -0700378
Joshua Humphries9a84a012022-12-01 09:03:45 -08003791. Embedded Proto
James Roperab968152020-03-17 12:14:57 +1100380
Joshua Humphries9a84a012022-12-01 09:03:45 -0800381 * Website: https://EmbeddedProto.com
382 * Extension: 1141
Robert Morrisa015ca82020-03-19 16:20:01 -0500383
Joshua Humphries9a84a012022-12-01 09:03:45 -08003841. Protoc-gen-fieldmask
Adam Cozzettecf601042020-04-01 15:22:04 -0700385
Joshua Humphries9a84a012022-12-01 09:03:45 -0800386 * Website: https://github.com/yeqown/protoc-gen-fieldmask
387 * Extension: 1142
Benoît Quenaudon8d746592020-08-04 11:09:43 -0400388
Joshua Humphries9a84a012022-12-01 09:03:45 -08003891. Google Gnostic
Robert Yokota300dfcc2020-09-25 10:58:25 -0700390
Joshua Humphries9a84a012022-12-01 09:03:45 -0800391 * Website: https://github.com/google/gnostic
392 * Extension: 1143
Paul MARS59b3d972021-02-03 13:33:46 +0100393
Joshua Humphries9a84a012022-12-01 09:03:45 -08003941. Protoc-gen-go-micro
Paul MARS59b3d972021-02-03 13:33:46 +0100395
Joshua Humphries9a84a012022-12-01 09:03:45 -0800396 * Website: https://github.com/unistack-org/protoc-gen-go-micro
397 * Extension: 1144
Paul MARS59b3d972021-02-03 13:33:46 +0100398
Joshua Humphries9a84a012022-12-01 09:03:45 -08003991. Protoc-gen-authz
Paul MARS59b3d972021-02-03 13:33:46 +0100400
Joshua Humphries9a84a012022-12-01 09:03:45 -0800401 * Website: https://github.com/Neakxs/protoc-gen-authz
402 * Extension: 1145
Galen Warren6f4573a2021-03-06 10:47:58 -0500403
Joshua Humphries9a84a012022-12-01 09:03:45 -08004041. Protonium
chenzhihui43aca572021-03-10 22:17:30 +0800405
Joshua Humphries9a84a012022-12-01 09:03:45 -0800406 * Website: https://github.com/zyp/protonium
407 * Extension: 1146
Petr Jediný37376762021-05-26 21:19:33 +0200408
Joshua Humphries9a84a012022-12-01 09:03:45 -08004091. Protoc-gen-xo
Marcel Lanz01ac9952021-06-28 20:52:54 +0200410
Joshua Humphries9a84a012022-12-01 09:03:45 -0800411 * Website: https://github.com/xo/ecosystem
412 * Extension: 1147
Adam Cozzette0b0e4042021-08-27 15:01:57 -0700413
Joshua Humphries9a84a012022-12-01 09:03:45 -08004141. Ballerina gRPC
Prawne9b977f2021-09-21 10:17:07 +1200415
Joshua Humphries9a84a012022-12-01 09:03:45 -0800416 * Website: https://github.com/ballerina-platform/module-ballerina-grpc
417 * Extension: 1148
Upils1e1c1cd2021-10-21 17:24:38 +0200418
Joshua Humphries9a84a012022-12-01 09:03:45 -08004191. Protoc-gen-referential-integrity
Dane Harrigan29b3d012021-12-07 16:47:05 -0800420
Joshua Humphries9a84a012022-12-01 09:03:45 -0800421 * Website:
422 https://github.com/ComponentCorp/protoc-gen-referential-integrity
423 * Extension: 1149
BartH2495d222022-02-11 17:08:25 +0100424
Joshua Humphries9a84a012022-12-01 09:03:45 -08004251. Oclea Service Layer RPC
yeqowna69354f2022-03-19 23:46:51 +0800426
Joshua Humphries9a84a012022-12-01 09:03:45 -0800427 * Website: https://oclea.com/
428 * Extension: 1150
Jeff Sawatzkye3b00bb2022-04-08 12:08:38 -0400429
Joshua Humphries9a84a012022-12-01 09:03:45 -08004301. mypy-protobuf
Neakxs654c2532022-04-19 22:41:58 +0200431
Joshua Humphries9a84a012022-12-01 09:03:45 -0800432 * Website: https://github.com/nipunn1313/mypy-protobuf
433 * Extension: 1151-1154
Vegard Storheil Eriksenb23ab612022-05-13 11:07:09 +0200434
Joshua Humphries9a84a012022-12-01 09:03:45 -08004351. Pigweed protobuf compiler
Chan Wen Xu30f6c782022-05-20 20:51:18 +0800436
Joshua Humphries9a84a012022-12-01 09:03:45 -0800437 * Website: https://pigweed.dev/pw_protobuf
438 * Extension: 1155
Dilan Sachintha Nayanajith92ac51f2022-06-16 21:29:10 +0530439
Joshua Humphries9a84a012022-12-01 09:03:45 -08004401. Perfetto
Dennis Shaoa9d9c002022-06-21 14:52:40 -0500441
Joshua Humphries9a84a012022-12-01 09:03:45 -0800442 * Website: https://perfetto.dev
443 * Extension: 1156
Sam Nobsfef53c32022-08-09 08:14:56 +1200444
Joshua Humphries9a84a012022-12-01 09:03:45 -08004451. Buf
Nipunn Koorapati7651b602022-08-23 22:21:15 +0530446
Joshua Humphries9a84a012022-12-01 09:03:45 -0800447 * Website: http://buf.build/
448 * Extension: 1157-1166
Ted Pudlik99955472022-09-19 19:12:05 +0000449
Joshua Humphries9a84a012022-12-01 09:03:45 -08004501. Connect
Alexander Timin3b4fdac2022-10-25 00:52:59 +0100451
Joshua Humphries9a84a012022-12-01 09:03:45 -0800452 * Website: http://connect.build/
453 * Extension: 1167-1176
Protobuf Team Botf6f6af52022-12-12 15:09:48 -0800454
4551. protocel
456
457 * Website: https://github.com/Neakxs/protocel
458 * Extension: 1177-1178
Yamamoto, Hirotaka620eebe2023-03-23 19:04:56 -0700459
4601. Cybozu
461
462 * Website: https://github.com/cybozu/protobuf
463 * Extension: 1179
Jeff Gulbronsona56e5de2023-04-20 10:55:42 -0700464
Yannic6be28182023-05-01 14:33:39 -07004651. EngFlow
466
467 * Website: https://github.com/EngFlow/engflowapis
468 * Extensions: 1181
Connor4c0504a2023-05-15 20:08:51 -0700469
4701. Proto-telemetry
471
472 * Website: https://github.com/clly/proto-telemetry
473 * Extensions: 1182
John (JD) Douceurcb20aca2023-07-11 07:39:50 -0700474
4751. Digital Twins Definition Language (DTDL)
476
477 * Website: https://github.com/Azure/opendigitaltwins-dtdl
478 * Extensions: 1183
桂后昌85a81cc2023-08-01 20:14:43 -0700479
4801. RabbitMQ
481
Benoît Quenaudon64926792023-10-13 14:09:02 -0700482 * Website: https://github.com/guihouchang/protoc-gen-go-event
483 * Extensions: 1184
Benoît Quenaudon5f9d11a2023-09-09 08:30:22 -0700484
4851. Wire use_array
486
487 * Website: https://square.github.io/wire/
488 * Extensions: 1185
Alex Potsides30f15752023-10-31 11:47:43 -0700489
4901. Protons
491
492 * Website: https://github.com/ipfs/protons
493 * Extensions: 1186
Masaaki Goshima8b46b562024-02-01 16:23:59 -0800494
4951. gRPC Federation
496
497 * Website: https://github.com/mercari/grpc-federation
498 * Extensions: 1187
Shashank Ram19417f12024-04-03 09:31:45 -0700499
5001. protoc-gen-openapi
501
502 * Website: https://github.com/solo-io/protoc-gen-openapi
503 * Extensions: 1188-1189
Benoît Quenaudon299bb042024-06-17 09:45:26 -0700504
5051. Wire enumMode
506
507 * Website: https://square.github.io/wire/
508 * Extensions: 1190