Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 562 Bytes

proto-lens-grpc

gRPC support for proto-lens based on gRPC-haskell.

For design motivation, see Sandy Maguire's Type-Directed Code Generation.

This is alpha-quality software; use with discretion.

Building

This project is currently built with Stack.

  1. Install gRPC via the instructions on gRPC-haskell.

  2. stack build

License

BSD3