Joshua Haberman
96307d28f6
Sync from Piper @364389596
...
PROTOBUF_SYNC_PIPER
4 years ago
Maxim Reznik
b4cddb71d6
Add protobuf for Ada
4 years ago
Cody Casterline
c6bce8c10f
Remove link to unmaintained TypeScript library
...
y3llowcake/protoc-gen-ts is no longer maintained:
https://github.com/y3llowcake/protoc-gen-ts/issues/2#issuecomment-758215154
FWIW, neither is this one w/ a similar name: thesayyn/protoc-gen-ts:
https://github.com/thesayyn/protoc-gen-ts/issues/31#issuecomment-781681955
4 years ago
James Brock
c2d089e413
Add Purescript protobuf to third-party list
4 years ago
Joshua Haberman
95e6c5b474
Sync from Piper @327110949
...
PROTOBUF_SYNC_PIPER
4 years ago
Nikolai Vavilov
6b73371e7d
Update third_party.md
...
Add a library that helps develop protoc plugins in Node.js, and an example plugin that can serve as a template for alternative generators.
4 years ago
Jeremy Volkman
963ead3e37
[docs] Update IntelliJ plugin link
...
The previously-linked project hasn't been updated for years.
4 years ago
yohei yoshimuta
36d39a0266
Add parser and linter libraries to third party docs ( #6474 )
...
* Add Protobuf parser and linter
* chore: Add some third-party tools
4 years ago
Jon Godbout
8e09396ba1
Update third_party.md
...
Common Lisp:
http://github.com/ndantam/s-protobuf hasn't been updated in 5 years, and hasn't had a real update in 8.
http://github.com/qitab/cl-protobuf is the one used internally and maintained by Googlers (third_party/lisp/cl-protobufs) though I don't know
how to or if I should express that.
4 years ago
Joshua Haberman
25755efc4f
Sync from Piper @319848517
...
PROTOBUF_SYNC_PIPER
4 years ago
Alexandre Hamez
2676f4dcc5
Add third-party Elixir library
5 years ago
Joshua Haberman
f77065d4eb
Sync from Piper @316511779
...
PROTOBUF_SYNC_PIPER
5 years ago
Bart Hertog
2655a0aa0f
Added Embedded Proto to third_party.md.
5 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
Joshua Haberman
bb30225f06
Sync from Piper @307316823
...
PROTOBUF_SYNC_PIPER
5 years ago
Daniel G. Taylor
97f5f649a4
docs: add python-betterproto
...
Adds the `betterproto` Python module to the list of implementations.
5 years ago
Maxime Guerreiro
158b269097
Cleanup the RPC Implementations section
...
Remove dead links and update the ones that were moved.
Use https when possible.
Isolate inactive projects (not updated in the last few years) in a subsection.
release notes: no
5 years ago
Florian Enner
2220670ed9
Added 3rd party Java library (QuickBuffers)
5 years ago
Marco Ferrer
580f585f58
add kotlin kroto plus
5 years ago
Erik Moqvist
d5fbdb45b0
Added pbtools to third party implementations list.
5 years ago
Mathias LANG
c656d76894
Remove duplicate entry in third party list
...
On the linked Wiki page, it can be seen that the creator is `opticron`, whose Github repository is also linked, and contains a more up-to-date implementation.
5 years ago
Gregory Haskins
5102df2904
Add Protojure to third-party wiki ( #6554 )
...
This adds links under the Clojure header to
https://protojure.github.io
Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
5 years ago
Pavel Perestoronin
e9faff8514
Update third_party.md
...
I've deprecated the separate web page for the project and moved everything to `README.md`, so for now it's better to point to the GitHub project page.
6 years ago
Matthew Paletta
5f470c3992
Added Optional GRPC library to third party docs
6 years ago
Xiang Dai
e479410564
delete all duplicate empty blanks ( #5758 )
...
Signed-off-by: Xiang Dai <764524258@qq.com>
6 years ago
Cy
9c1c94f770
Update third party implementation links ( #5702 )
6 years ago
Greg Engle
de3be6c225
removed dead link to ProtoSharp ( #5610 )
...
I tried finding an active repo on github with no success. The only ProtoSharp I found wasn't related to PB at all.
6 years ago
i9
7181b1c090
Add proto3 to solidity link
...
pb3-gen-sol is a proto3 to solidity library generator that supports proto3 native types and uses field option for solidity native types. Both the message and generated code are more efficient than other solutions. It also includes a library to decode protobuf wireformat.
6 years ago
Steve Manuel
6b10b916e0
include Protolock utility
6 years ago
Kenneth Lundin
6d2b3c43bf
Update third_party.md regarding Erlang
...
Removing links to Erlang projects which are no longer maintained.
6 years ago
John Standish
bac4c8ec56
Update third_party.md
...
Added link to VSCode-Proto3 extension in Other Utilities section
6 years ago
Petros Pissias
f6a7ca1867
Update third party RPC implementations list ( #4977 )
...
I have added the xsrpcj RPC implementation for java
6 years ago
Duncan McGreggor
84752ff316
Added a link for another Clojure protobuf project ( #4906 )
6 years ago
Johan Nordberg
584ed22b25
Add wsrpc
7 years ago
Dragos Carp
ceaf0122f2
Add reference to protobuf-d
...
https://github.com/dcarp/protobuf-d is a conformance tested proto3
runtime library and code generator for D.
7 years ago
Yeolar
35e4430ebe
Add third-party RPC implementation: raster - a network framework supports pbrpc by 'service' keyword.
7 years ago
Oleg Malyavkin
c95d02f080
Update third_party.md
...
Add GDScript Protobuf implementation
7 years ago
Bruno Kim Medeiros Cesar
0d397a1756
Fix link markup in third party list.
7 years ago
Niklas Lochschmidt
69b1fdcd60
Propose kotlinx.serialization as 3rd party lib
...
Has support for protobuf v2.
7 years ago
Leigh McCulloch
4a3b42ed05
Remove broken link to code.google.com/p/protorpc
...
Remove broken link to RPC implementation https://code.google.com/p/protorpc/ . Going to this URL displays a 404 error message, with no indication that the project has a new location or still exists.
7 years ago
Matt Chan
72337d6cc9
Add Haskell implementations
...
Add Awake Security's Haskell Protobuf and GRPC implementations
7 years ago
xuwei-k
4b01a06a17
update ScalaPB url
7 years ago
H. Chase Stevens
3c331432b5
Add hypothesis-protobuf library to the 3rd party doc.
7 years ago
Zearen Wover
d2a5f8b31d
Update third_party.md
7 years ago
Johan Brandhorst
fc7a6a2931
Add GopherJS protobuf and gRPC links
...
Add a link to my third party protobuf/gRPC implementation for GopherJS.
7 years ago
Bing Han
2fb74794d2
Add Elixir protobuf and gRPC to 3rd party doc
7 years ago
Giorgio Azzinnaro
a3e17523b4
Update third party addons with ProfaneDB
...
I added my project ProfaneDB, it is a database for Protocol Buffers objects. Written in C++, it uses gRPC as an interface for other languages.
It is still work in progress, but I'd love to get some feedback on it while I progress!
7 years ago
Jisi Liu
759245a49a
Merge from master
7 years ago
Arnold Schrijver
d640cddf19
Updated outdated hyperlink
...
Github repo had moved, pointing to correct location.
7 years ago
MaDuo
6bd51a59df
add Grpc Protobuf validation ( #3311 )
...
* add Grpc Protobuf validation
8 years ago