| Index: third_party/protobuf/docs/third_party.md
|
| diff --git a/third_party/protobuf/docs/third_party.md b/third_party/protobuf/docs/third_party.md
|
| index 69ed6a3868f82c0b69c00a9e4a6b69ad8d859cb9..0bbde914570a72440a299dbc0d0801b48ee63335 100644
|
| --- a/third_party/protobuf/docs/third_party.md
|
| +++ b/third_party/protobuf/docs/third_party.md
|
| @@ -10,6 +10,7 @@ These are projects we know about implementing Protocol Buffers for other program
|
| * Action Script: http://code.google.com/p/protobuf-actionscript3/
|
| * Action Script: https://code.google.com/p/protoc-gen-as3/
|
| * Action Script: https://github.com/matrix3d/JProtoc
|
| +* Action Script: https://github.com/zhongfq/protobuf-as3/
|
| * C: https://github.com/protobuf-c/protobuf-c
|
| * C: http://koti.kapsi.fi/jpa/nanopb/
|
| * C: https://github.com/cloudwu/pbc/
|
| @@ -35,6 +36,7 @@ These are projects we know about implementing Protocol Buffers for other program
|
| * Erlang: http://piqi.org/
|
| * Erlang: https://code.google.com/p/protoc-gen-erl/
|
| * Erlang: https://github.com/basho/erlang_protobuffs
|
| +* Erlang: https://github.com/tomas-abrahamsson/gpb
|
| * Go: https://github.com/golang/protobuf (Google-official implementation)
|
| * Go: http://code.google.com/p/goprotobuf/
|
| * Go: https://github.com/akunspy/gopbuf
|
| @@ -44,7 +46,6 @@ These are projects we know about implementing Protocol Buffers for other program
|
| * Java/Android: https://github.com/square/wire
|
| * Java ME: http://code.google.com/p/protobuf-javame/
|
| * Java ME: http://swingme.sourceforge.net/encode.shtml
|
| -* Java ME: http://github.com/ponderingpanda/protobuf-j2me
|
| * Java ME: http://code.google.com/p/protobuf-j2me/
|
| * Javascript: http://code.google.com/p/protobuf-js/
|
| * Javascript: http://github.com/sirikata/protojs
|
| @@ -62,6 +63,7 @@ These are projects we know about implementing Protocol Buffers for other program
|
| * OCaml: http://piqi.org/
|
| * Perl: http://groups.google.com/group/protobuf-perl
|
| * Perl: http://search.cpan.org/perldoc?Google::ProtocolBuffers
|
| +* Perl: https://metacpan.org/pod/Google::ProtocolBuffers::Dynamic
|
| * Perl/XS: http://code.google.com/p/protobuf-perlxs/
|
| * PHP: http://code.google.com/p/pb4php/
|
| * PHP: https://github.com/allegro/php-protobuf/
|
| @@ -81,6 +83,7 @@ These are projects we know about implementing Protocol Buffers for other program
|
| * Scala: https://github.com/SandroGrzicic/ScalaBuff
|
| * Scala: http://trueaccord.github.io/ScalaPB/
|
| * Swift: https://github.com/alexeyxo/protobuf-swift
|
| +* Swift: https://github.com/apple/swift-protobuf/
|
| * Vala: https://launchpad.net/protobuf-vala
|
| * Visual Basic: http://code.google.com/p/protobuf-net/
|
|
|
| @@ -127,8 +130,8 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
|
| * [Oracle PL SQL plugin](http://code.google.com/p/protocol-buffer-plsql/)
|
| * [Eclipse editor for protobuf (from Google)](http://code.google.com/p/protobuf-dt/)
|
| * [C++ Builder compatible protobuf](https://github.com/saadware/protobuf-cppbuilder)
|
| -* Maven Protocol Compiler Plugin
|
| - * https://github.com/sergei-ivanov/maven-protoc-plugin/
|
| +* Maven Protobuf Compiler Plugin
|
| + * By xolstice.org ([Documentation](https://www.xolstice.org/protobuf-maven-plugin/)) ([Source](https://github.com/xolstice/protobuf-maven-plugin/)) [](https://repo1.maven.org/maven2/org/xolstice/maven/plugins/protobuf-maven-plugin/)
|
| * http://igor-petruk.github.com/protobuf-maven-plugin/
|
| * http://code.google.com/p/maven-protoc-plugin/
|
| * https://github.com/os72/protoc-jar-maven-plugin
|
| @@ -145,3 +148,4 @@ There are miscellaneous other things you may find useful as a Protocol Buffers d
|
| * [ProtoBuf with Java EE7 Expression Language 3.0; pure Java ProtoBuf Parser and Builder.](https://github.com/protobufel/protobuf-el)
|
| * [Notepad++ Syntax Highlighting for .proto files](https://github.com/chai2010/notepadplus-protobuf)
|
| * [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
|
| +* [Protocol Buffers Dynamic Schema - create protobuf schemas programmatically (Java)] (https://github.com/os72/protobuf-dynamic)
|
|
|