aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2018-01-25 10:49:33 -0800
committerGravatar GitHub <noreply@github.com>2018-01-25 10:49:33 -0800
commit94f3be06ba78bd22e58f84f7a8a7ee807a88c3c8 (patch)
treedc4dd57664b09a03492c4aaaf838cb661fd40ca8
parent3e1587fd4bcfaa447aa5fb43198f4f8709c673e4 (diff)
parent72337d6cc914b24a6808ee924a9493b6656a4633 (diff)
Merge pull request #4226 from themattchan/patch-1
Add Haskell implementations
-rw-r--r--docs/third_party.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/third_party.md b/docs/third_party.md
index 1a22e7f9..86b534da 100644
--- a/docs/third_party.md
+++ b/docs/third_party.md
@@ -45,6 +45,7 @@ These are projects we know about implementing Protocol Buffers for other program
* GopherJS: https://github.com/johanbrandhorst/protobuf
* Haskell: http://hackage.haskell.org/package/hprotoc
* Haskell: https://github.com/google/proto-lens (Google-unofficial implementation)
+* Haskell: https://github.com/awakesecurity/proto3-suite (code generator) https://github.com/awakesecurity/proto3-wire (binary serializer/deserializer)
* Haxe: https://github.com/Atry/protoc-gen-haxe
* Java: https://github.com/google/protobuf (Google-official implementation)
* Java/Android: https://github.com/square/wire
@@ -122,6 +123,7 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers.
* https://github.com/SeriousMa/grpc-protobuf-validation (Java)
* https://github.com/tony612/grpc-elixir (Elixir)
* https://github.com/johanbrandhorst/protobuf (GopherJS)
+* https://github.com/awakesecurity/gRPC-haskell (Haskell)
## Other Utilities