Unverified Commit 72337d6c authored by Matt Chan's avatar Matt Chan Committed by GitHub

Add Haskell implementations

Add Awake Security's Haskell Protobuf and GRPC implementations
parent 1d02e454
...@@ -45,6 +45,7 @@ These are projects we know about implementing Protocol Buffers for other program ...@@ -45,6 +45,7 @@ These are projects we know about implementing Protocol Buffers for other program
* GopherJS: https://github.com/johanbrandhorst/protobuf * GopherJS: https://github.com/johanbrandhorst/protobuf
* Haskell: http://hackage.haskell.org/package/hprotoc * Haskell: http://hackage.haskell.org/package/hprotoc
* Haskell: https://github.com/google/proto-lens (Google-unofficial implementation) * 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 * Haxe: https://github.com/Atry/protoc-gen-haxe
* Java: https://github.com/google/protobuf (Google-official implementation) * Java: https://github.com/google/protobuf (Google-official implementation)
* Java/Android: https://github.com/square/wire * Java/Android: https://github.com/square/wire
...@@ -122,6 +123,7 @@ GRPC (http://www.grpc.io/) is Google's RPC implementation for Protocol Buffers. ...@@ -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/SeriousMa/grpc-protobuf-validation (Java)
* https://github.com/tony612/grpc-elixir (Elixir) * https://github.com/tony612/grpc-elixir (Elixir)
* https://github.com/johanbrandhorst/protobuf (GopherJS) * https://github.com/johanbrandhorst/protobuf (GopherJS)
* https://github.com/awakesecurity/gRPC-haskell (Haskell)
## Other Utilities ## Other Utilities
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment