Skip to content

Commit

Permalink
Add Haskell implementations
Browse files Browse the repository at this point in the history
Add Awake Security's Haskell Protobuf and GRPC implementations
  • Loading branch information
themattchan authored Jan 25, 2018
1 parent 1d02e45 commit 72337d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/third_party.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 72337d6

Please sign in to comment.