Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 1 | # Protobuf Global Extension Registry |
| 2 | |
| 3 | This file contains a global registry of known extensions for descriptor.proto, |
| 4 | so that any developer who wishes to use multiple 3rd party projects, each with |
| 5 | their own extensions, can be confident that there won't be collisions in |
| 6 | extension numbers. |
| 7 | |
| 8 | If you need an extension number for your custom option (see [custom options]( |
| 9 | https://developers.google.com/protocol-buffers/docs/proto#customoptions)), |
Feng Xiao | afe98de | 2018-08-22 11:55:30 -0700 | [diff] [blame] | 10 | please [send us a pull request](https://github.com/protocolbuffers/protobuf/pulls) to |
| 11 | add an entry to this doc, or [create an issue](https://github.com/protocolbuffers/protobuf/issues) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 12 | with info about your project (name and website) so we can add an entry for you. |
| 13 | |
| 14 | ## Existing Registered Extensions |
| 15 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 16 | 1. C# port of protocol buffers |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 17 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 18 | * Website: https://github.com/jskeet/protobuf-csharp-port |
| 19 | * Extensions: 1000 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 20 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 21 | 1. Perl/XS port of protocol buffers |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 22 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 23 | * Website: http://code.google.com/p/protobuf-perlxs |
| 24 | * Extensions: 1001 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 25 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 26 | 1. Objective-C port of protocol buffers |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 27 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 28 | * Website: http://code.google.com/p/protobuf-objc |
| 29 | * Extensions: 1002 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 30 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 31 | 1. Google Wave Federation Protocol open-source release (FedOne) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 32 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 33 | * Website: http://code.google.com/p/wave-protocol |
| 34 | * Extensions: 1003 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 35 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 36 | 1. PHP code generator plugin |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 37 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 38 | * Website: ??? |
| 39 | * Extensions: 1004 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 40 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 41 | 1. GWT code generator plugin (third-party!) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 42 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 43 | * Website: http://code.google.com/p/protobuf-gwt/ |
| 44 | * Extensions: 1005 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 45 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 46 | 1. Unix Domain RPC code generator plugin |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 47 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 48 | * Website: http://go/udrpc |
| 49 | * Extensions: 1006 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 50 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 51 | 1. Object-C generator plugin (Plausible Labs) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 52 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 53 | * Website: http://www.plausible.coop |
| 54 | * Extensions: 1007 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 55 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 56 | 1. TBD (code42.com) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 57 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 58 | * Website: ??? |
| 59 | * Extensions: 1008 |
| 60 | |
| 61 | 1. Goby Underwater Autonomy Project |
| 62 | |
| 63 | * Website: https://github.com/GobySoft/goby |
| 64 | * Extensions: 1009 |
| 65 | |
| 66 | 1. Nanopb |
| 67 | |
| 68 | * Website: http://kapsi.fi/~jpa/nanopb |
| 69 | * Extensions: 1010 |
| 70 | |
| 71 | 1. Bluefin AUV Communication Extensions |
| 72 | |
| 73 | * Website: http://www.bluefinrobotics.com |
| 74 | * Extensions: 1011 |
| 75 | |
| 76 | 1. Dynamic Compact Control Language |
| 77 | |
| 78 | * Website: http://github.com/GobySoft/dccl |
| 79 | * Extensions: 1012 |
| 80 | |
| 81 | 1. ScaleOut StateServer® Native C++ API |
| 82 | |
| 83 | * Website: http://www.scaleoutsoftware.com |
| 84 | * Extensions: 1013 |
| 85 | |
| 86 | 1. FoundationDB SQL Layer |
| 87 | |
| 88 | * Website: https://github.com/FoundationDB/sql-layer |
| 89 | * Extensions: 1014 |
| 90 | |
| 91 | 1. Fender |
| 92 | |
| 93 | * Website: https://github.com/hassox/fender |
| 94 | * Extensions: 1015 |
| 95 | |
| 96 | 1. Vortex |
| 97 | |
| 98 | * Website: http://www.prismtech.com/vortex |
| 99 | * Extensions: 1016 |
| 100 | |
| 101 | 1. tresorit |
| 102 | |
| 103 | * Website: https://tresorit.com/ |
| 104 | * Extensions: 1017 |
| 105 | |
| 106 | 1. CRIU (Checkpoint Restore In Userspace) |
| 107 | |
| 108 | * Website: http://criu.org/Main_Page |
| 109 | * Extensions: 1018 |
| 110 | |
| 111 | 1. protobuf-c |
| 112 | |
| 113 | * Website: https://github.com/protobuf-c/protobuf-c |
| 114 | * Extensions: 1019 |
| 115 | |
| 116 | 1. ScalaPB |
| 117 | |
| 118 | * Website: https://scalapb.github.io/ |
| 119 | * Extensions: 1020 |
| 120 | |
| 121 | 1. protoc-gen-bq-schema |
| 122 | |
| 123 | * Website: https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema |
| 124 | * Extensions: 1021 |
| 125 | |
| 126 | 1. grpc-gateway |
| 127 | |
| 128 | * Website: https://github.com/gengo/grpc-gateway |
| 129 | * Extensions: 1022 |
| 130 | |
| 131 | 1. Certificate Transparency |
| 132 | |
| 133 | * Website: https://github.com/google/certificate-transparency |
| 134 | * Extensions: 1023 |
| 135 | |
| 136 | 1. JUNOS Router Telemetry |
| 137 | |
| 138 | * Website: http://www.juniper.net |
| 139 | * Extensions: 1024 |
| 140 | |
| 141 | 1. Spine Event Engine |
| 142 | |
| 143 | * Website: https://github.com/SpineEventEngine/core-java |
| 144 | * Extensions: 1025 |
| 145 | |
| 146 | 1. Aruba cloud platform |
| 147 | |
| 148 | * Website: ??? |
| 149 | * Extensions: 1026 -> 1030 |
| 150 | |
| 151 | 1. Voltha |
| 152 | |
| 153 | * Website: ??? |
| 154 | * Extensions: 1031 -> 1033 |
| 155 | |
| 156 | 1. gator |
| 157 | |
| 158 | * Website: ??? |
| 159 | * Extensions: 1034 |
| 160 | |
| 161 | 1. protoc-gen-flowtypes |
| 162 | |
| 163 | * Website: |
| 164 | https://github.com/tmc/grpcutil/tree/master/protoc-gen-flowtypes |
| 165 | * Extensions: 1035 |
| 166 | |
| 167 | 1. ProfaneDB |
| 168 | |
| 169 | * Website: https://gitlab.com/ProfaneDB/ProfaneDB |
| 170 | * Extensions: 1036 |
| 171 | |
| 172 | 1. protobuf-net |
| 173 | |
| 174 | * Website: https://github.com/mgravell/protobuf-net |
| 175 | * Extensions: 1037 |
| 176 | |
| 177 | 1. FICO / StreamEngine |
| 178 | |
| 179 | * Website: http://www.fico.com/ |
| 180 | * Extensions: 1038 |
| 181 | |
| 182 | 1. GopherJS |
| 183 | |
| 184 | * Website: https://github.com/johanbrandhorst/protobuf |
| 185 | * Extensions: 1039 |
| 186 | |
| 187 | 1. ygot |
| 188 | |
| 189 | * Website: https://github.com/openconfig/ygot |
Rob Shakir | 7e0834c | 2023-01-15 14:43:32 -0800 | [diff] [blame] | 190 | * Extensions: 1040, 1179, 1180 |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 191 | |
| 192 | 1. go-grpcmw |
| 193 | |
| 194 | * Website: https://github.com/MarquisIO/go-grpcmw |
| 195 | * Extensions: 1041 |
| 196 | |
| 197 | 1. grpc-gateway protoc-gen-swagger |
| 198 | |
| 199 | * Website: https://github.com/grpc-ecosystem/grpc-gateway |
| 200 | * Extensions: 1042 |
| 201 | |
| 202 | 1. AN Message |
| 203 | |
| 204 | * Website: TBD |
| 205 | * Extensions: 1043 |
| 206 | |
| 207 | 1. protofire |
| 208 | |
| 209 | * Website: https://github.com/ribrdb/protofire |
| 210 | * Extensions: 1044 |
| 211 | |
| 212 | 1. Gravity |
| 213 | |
| 214 | * Website: https://github.com/aphysci/gravity |
| 215 | * Extensions: 1045 |
| 216 | |
| 217 | 1. SEMI Standards – I&C Technical Committee |
| 218 | |
| 219 | * Website: |
| 220 | http://downloads.semi.org/web/wstdsbal.nsf/9c2b317e76523cca88257641005a47f5/88a5863a580e323088256e7b00707489!OpenDocument |
| 221 | * Extensions: 1046 |
| 222 | |
| 223 | 1. Elixir plugin |
| 224 | |
| 225 | * Website: https://github.com/tony612/grpc-elixir |
| 226 | * Extensions: 1047 |
| 227 | |
| 228 | 1. API client generators |
| 229 | |
| 230 | * Website: ??? |
| 231 | * Extensions: 1048-1056 |
| 232 | |
| 233 | 1. Netifi Proteus |
| 234 | |
| 235 | * Website: https://github.com/netifi-proteus |
| 236 | * Extensions: 1057 |
| 237 | |
| 238 | 1. CGSN Mooring Project |
| 239 | |
| 240 | * Website: https://bitbucket.org/ooicgsn/cgsn-mooring |
| 241 | * Extensions: 1058 |
| 242 | |
| 243 | 1. Container Storage Interface |
| 244 | |
| 245 | * Website: https://github.com/container-storage-interface/spec |
| 246 | * Extensions: 1059-1069 |
| 247 | |
| 248 | 1. TwirpQL Plugin |
| 249 | |
| 250 | * Website: https://twirpql.dev |
| 251 | * Extensions: 1070 |
| 252 | |
| 253 | 1. Protoc-gen-validate |
| 254 | |
| 255 | * Website: https://github.com/bufbuild/protoc-gen-validate |
| 256 | * Extensions: 1071 |
| 257 | |
| 258 | 1. Protokt |
| 259 | |
| 260 | * Website: https://github.com/open-toast/protokt |
| 261 | * Extensions: 1072 |
| 262 | |
| 263 | 1. Dart port of protocol buffers |
| 264 | |
| 265 | * Website https://github.com/dart-lang/protobuf |
| 266 | * Extensions: 1073 |
| 267 | |
| 268 | 1. Ocaml-protoc-plugin |
| 269 | |
| 270 | * Website: https://github.com/issuu/ocaml-protoc-plugin |
| 271 | * Extensions: 1074 |
| 272 | |
| 273 | 1. Analyze Re Graphene |
| 274 | |
| 275 | * Website: https://analyzere.com |
| 276 | * Extensions: 1075 |
| 277 | |
| 278 | 1. Wire since and until |
| 279 | |
| 280 | * Website: https://square.github.io/wire/ |
| 281 | * Extensions: 1076, 1077 |
| 282 | |
| 283 | 1. Bazel, Failure Details |
| 284 | |
| 285 | * Website: https://github.com/bazelbuild/bazel |
| 286 | * Extensions: 1078 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 287 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 288 | 1. grpc-graphql-gateway |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 289 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 290 | * Website: https://github.com/ysugimoto/grpc-graphql-gateway |
| 291 | * Extensions: 1079 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 292 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 293 | 1. Cloudstate |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 294 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 295 | * Website: https://cloudstate.io |
| 296 | * Extensions: 1080-1084 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 297 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 298 | 1. SummaFT protoc-plugins |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 299 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 300 | * Website: https://summaft.com/ |
| 301 | * Extensions: 1085 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 302 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 303 | 1. ADLINK EdgeSDK |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 304 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 305 | * Website: https://www.adlinktech.com/en/Edge-SDK-IoT |
| 306 | * Extensions: 1086 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 307 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 308 | 1. Wire wire_package |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 309 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 310 | * Website: https://square.github.io/wire/ |
| 311 | * Extensions: 1087 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 312 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 313 | 1. Confluent Schema Registry |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 314 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 315 | * Website: https://github.com/confluentinc/schema-registry |
| 316 | * Extensions: 1088 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 317 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 318 | 1. ScalaPB Validate |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 319 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 320 | * Website: https://scalapb.github.io/docs/validation |
| 321 | * Extension: 1089 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 322 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 323 | 1. Astounding (Currently Private) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 324 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 325 | * Website: https://github.com/PbPipes/Astounding |
| 326 | * Extension: 1090 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 327 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 328 | 1. Protoc-gen-psql |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 329 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 330 | * Website: https://github.com/Intrinsec/protoc-gen-psql |
| 331 | * Extension: 1091-1101 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 332 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 333 | 1. Protoc-gen-sanitize |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 334 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 335 | * Website: https://github.com/Intrinsec/protoc-gen-sanitize |
| 336 | * Extension: 1102-1106 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 337 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 338 | 1. Coach Client Connect (planned release in March 2021) |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 339 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 340 | * Website: https://www.coachclientconnect.com |
| 341 | * Extension: 1107 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 342 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 343 | 1. Kratos API Errors |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 344 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 345 | * Website: https://go-kratos.dev |
| 346 | * Extension: 1108 |
Feng Xiao | ef7052b | 2018-07-02 17:00:39 -0700 | [diff] [blame] | 347 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 348 | 1. Glitchdot (Currently Private) |
Ryland Degnan | 5b7d0dc | 2018-07-21 08:34:17 -0700 | [diff] [blame] | 349 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 350 | * Website: https://go.glitchdot.com |
| 351 | * Extension: 1109 |
Toby Schneider | 4fd7bde | 2018-08-24 17:10:24 -0400 | [diff] [blame] | 352 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 353 | 1. eigr/protocol |
Xiang Dai | e479410 | 2019-02-21 11:28:50 +0800 | [diff] [blame] | 354 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 355 | * Website: https://eigr.io |
| 356 | * Extension: 1110-1114 |
Toby Schneider | 4fd7bde | 2018-08-24 17:10:24 -0400 | [diff] [blame] | 357 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 358 | 1. Container Object Storage Interface (COSI) |
marwan-at-work | 36cd11a | 2019-06-11 09:26:25 -0400 | [diff] [blame] | 359 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 360 | * Website: |
| 361 | https://github.com/kubernetes-sigs/container-object-storage-interface-spec |
| 362 | * Extension: 1115-1124 |
Alex Konradi | 619ffac | 2019-06-20 14:10:06 -0400 | [diff] [blame] | 363 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 364 | 1. Protoc-gen-jsonschema |
Sigurd Meldgaard | f4a3e06 | 2019-09-27 09:21:27 +0200 | [diff] [blame] | 365 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 366 | * Website: https://github.com/chrusty/protoc-gen-jsonschema |
| 367 | * Extension: 1125-1129 |
Adam Cozzette | 403df1d | 2019-10-29 14:05:40 -0700 | [diff] [blame] | 368 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 369 | 1. Protoc-gen-checker |
Adam Cozzette | 16b0c05 | 2019-12-05 15:00:56 -0800 | [diff] [blame] | 370 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 371 | * Website: https://github.com/Intrinsec/protoc-gen-checker |
| 372 | * Extension: 1130-1139 |
Jesse Wilson | 6263268 | 2019-12-16 16:15:44 -1000 | [diff] [blame] | 373 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 374 | 1. Protoc-gen-go-svc |
Mark Schaller | 88579a4 | 2020-02-03 12:34:39 -0500 | [diff] [blame] | 375 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 376 | * Website: https://github.com/dane/protoc-gen-go-svc |
| 377 | * Extension: 1140 |
Adam Cozzette | a80775c | 2020-03-16 17:45:39 -0700 | [diff] [blame] | 378 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 379 | 1. Embedded Proto |
James Roper | ab96815 | 2020-03-17 12:14:57 +1100 | [diff] [blame] | 380 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 381 | * Website: https://EmbeddedProto.com |
| 382 | * Extension: 1141 |
Robert Morris | a015ca8 | 2020-03-19 16:20:01 -0500 | [diff] [blame] | 383 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 384 | 1. Protoc-gen-fieldmask |
Adam Cozzette | cf60104 | 2020-04-01 15:22:04 -0700 | [diff] [blame] | 385 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 386 | * Website: https://github.com/yeqown/protoc-gen-fieldmask |
| 387 | * Extension: 1142 |
Benoît Quenaudon | 8d74659 | 2020-08-04 11:09:43 -0400 | [diff] [blame] | 388 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 389 | 1. Google Gnostic |
Robert Yokota | 300dfcc | 2020-09-25 10:58:25 -0700 | [diff] [blame] | 390 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 391 | * Website: https://github.com/google/gnostic |
| 392 | * Extension: 1143 |
Paul MARS | 59b3d97 | 2021-02-03 13:33:46 +0100 | [diff] [blame] | 393 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 394 | 1. Protoc-gen-go-micro |
Paul MARS | 59b3d97 | 2021-02-03 13:33:46 +0100 | [diff] [blame] | 395 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 396 | * Website: https://github.com/unistack-org/protoc-gen-go-micro |
| 397 | * Extension: 1144 |
Paul MARS | 59b3d97 | 2021-02-03 13:33:46 +0100 | [diff] [blame] | 398 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 399 | 1. Protoc-gen-authz |
Paul MARS | 59b3d97 | 2021-02-03 13:33:46 +0100 | [diff] [blame] | 400 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 401 | * Website: https://github.com/Neakxs/protoc-gen-authz |
| 402 | * Extension: 1145 |
Galen Warren | 6f4573a | 2021-03-06 10:47:58 -0500 | [diff] [blame] | 403 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 404 | 1. Protonium |
chenzhihui | 43aca57 | 2021-03-10 22:17:30 +0800 | [diff] [blame] | 405 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 406 | * Website: https://github.com/zyp/protonium |
| 407 | * Extension: 1146 |
Petr Jediný | 3737676 | 2021-05-26 21:19:33 +0200 | [diff] [blame] | 408 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 409 | 1. Protoc-gen-xo |
Marcel Lanz | 01ac995 | 2021-06-28 20:52:54 +0200 | [diff] [blame] | 410 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 411 | * Website: https://github.com/xo/ecosystem |
| 412 | * Extension: 1147 |
Adam Cozzette | 0b0e404 | 2021-08-27 15:01:57 -0700 | [diff] [blame] | 413 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 414 | 1. Ballerina gRPC |
Prawn | e9b977f | 2021-09-21 10:17:07 +1200 | [diff] [blame] | 415 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 416 | * Website: https://github.com/ballerina-platform/module-ballerina-grpc |
| 417 | * Extension: 1148 |
Upils | 1e1c1cd | 2021-10-21 17:24:38 +0200 | [diff] [blame] | 418 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 419 | 1. Protoc-gen-referential-integrity |
Dane Harrigan | 29b3d01 | 2021-12-07 16:47:05 -0800 | [diff] [blame] | 420 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 421 | * Website: |
| 422 | https://github.com/ComponentCorp/protoc-gen-referential-integrity |
| 423 | * Extension: 1149 |
BartH | 2495d22 | 2022-02-11 17:08:25 +0100 | [diff] [blame] | 424 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 425 | 1. Oclea Service Layer RPC |
yeqown | a69354f | 2022-03-19 23:46:51 +0800 | [diff] [blame] | 426 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 427 | * Website: https://oclea.com/ |
| 428 | * Extension: 1150 |
Jeff Sawatzky | e3b00bb | 2022-04-08 12:08:38 -0400 | [diff] [blame] | 429 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 430 | 1. mypy-protobuf |
Neakxs | 654c253 | 2022-04-19 22:41:58 +0200 | [diff] [blame] | 431 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 432 | * Website: https://github.com/nipunn1313/mypy-protobuf |
| 433 | * Extension: 1151-1154 |
Vegard Storheil Eriksen | b23ab61 | 2022-05-13 11:07:09 +0200 | [diff] [blame] | 434 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 435 | 1. Pigweed protobuf compiler |
Chan Wen Xu | 30f6c78 | 2022-05-20 20:51:18 +0800 | [diff] [blame] | 436 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 437 | * Website: https://pigweed.dev/pw_protobuf |
| 438 | * Extension: 1155 |
Dilan Sachintha Nayanajith | 92ac51f | 2022-06-16 21:29:10 +0530 | [diff] [blame] | 439 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 440 | 1. Perfetto |
Dennis Shao | a9d9c00 | 2022-06-21 14:52:40 -0500 | [diff] [blame] | 441 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 442 | * Website: https://perfetto.dev |
| 443 | * Extension: 1156 |
Sam Nobs | fef53c3 | 2022-08-09 08:14:56 +1200 | [diff] [blame] | 444 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 445 | 1. Buf |
Nipunn Koorapati | 7651b60 | 2022-08-23 22:21:15 +0530 | [diff] [blame] | 446 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 447 | * Website: http://buf.build/ |
| 448 | * Extension: 1157-1166 |
Ted Pudlik | 9995547 | 2022-09-19 19:12:05 +0000 | [diff] [blame] | 449 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 450 | 1. Connect |
Alexander Timin | 3b4fdac | 2022-10-25 00:52:59 +0100 | [diff] [blame] | 451 | |
Joshua Humphries | 9a84a01 | 2022-12-01 09:03:45 -0800 | [diff] [blame] | 452 | * Website: http://connect.build/ |
| 453 | * Extension: 1167-1176 |
Protobuf Team Bot | f6f6af5 | 2022-12-12 15:09:48 -0800 | [diff] [blame] | 454 | |
| 455 | 1. protocel |
| 456 | |
| 457 | * Website: https://github.com/Neakxs/protocel |
| 458 | * Extension: 1177-1178 |
Yamamoto, Hirotaka | 620eebe | 2023-03-23 19:04:56 -0700 | [diff] [blame] | 459 | |
| 460 | 1. Cybozu |
| 461 | |
| 462 | * Website: https://github.com/cybozu/protobuf |
| 463 | * Extension: 1179 |
Jeff Gulbronson | a56e5de | 2023-04-20 10:55:42 -0700 | [diff] [blame] | 464 | |
Yannic | 6be2818 | 2023-05-01 14:33:39 -0700 | [diff] [blame] | 465 | 1. EngFlow |
| 466 | |
| 467 | * Website: https://github.com/EngFlow/engflowapis |
| 468 | * Extensions: 1181 |
Connor | 4c0504a | 2023-05-15 20:08:51 -0700 | [diff] [blame] | 469 | |
| 470 | 1. Proto-telemetry |
| 471 | |
| 472 | * Website: https://github.com/clly/proto-telemetry |
| 473 | * Extensions: 1182 |
John (JD) Douceur | cb20aca | 2023-07-11 07:39:50 -0700 | [diff] [blame] | 474 | |
| 475 | 1. Digital Twins Definition Language (DTDL) |
| 476 | |
| 477 | * Website: https://github.com/Azure/opendigitaltwins-dtdl |
| 478 | * Extensions: 1183 |
桂后昌 | 85a81cc | 2023-08-01 20:14:43 -0700 | [diff] [blame] | 479 | |
| 480 | 1. RabbitMQ |
| 481 | |
Benoît Quenaudon | 6492679 | 2023-10-13 14:09:02 -0700 | [diff] [blame] | 482 | * Website: https://github.com/guihouchang/protoc-gen-go-event |
| 483 | * Extensions: 1184 |
Benoît Quenaudon | 5f9d11a | 2023-09-09 08:30:22 -0700 | [diff] [blame] | 484 | |
| 485 | 1. Wire use_array |
| 486 | |
| 487 | * Website: https://square.github.io/wire/ |
| 488 | * Extensions: 1185 |
Alex Potsides | 30f1575 | 2023-10-31 11:47:43 -0700 | [diff] [blame] | 489 | |
| 490 | 1. Protons |
| 491 | |
| 492 | * Website: https://github.com/ipfs/protons |
| 493 | * Extensions: 1186 |
Masaaki Goshima | 8b46b56 | 2024-02-01 16:23:59 -0800 | [diff] [blame] | 494 | |
| 495 | 1. gRPC Federation |
| 496 | |
| 497 | * Website: https://github.com/mercari/grpc-federation |
| 498 | * Extensions: 1187 |
Shashank Ram | 19417f1 | 2024-04-03 09:31:45 -0700 | [diff] [blame] | 499 | |
| 500 | 1. protoc-gen-openapi |
| 501 | |
| 502 | * Website: https://github.com/solo-io/protoc-gen-openapi |
| 503 | * Extensions: 1188-1189 |
Benoît Quenaudon | 299bb04 | 2024-06-17 09:45:26 -0700 | [diff] [blame] | 504 | |
| 505 | 1. Wire enumMode |
| 506 | |
| 507 | * Website: https://square.github.io/wire/ |
| 508 | * Extensions: 1190 |