@hackage proto-lens0.7.1.5
A lens-based implementation of protocol buffers in Haskell.
Installation
Dependencies (14)
- base >=4.10 && <4.20
- bytestring >=0.10 && <0.13
- containers >=0.5 && <0.8
- deepseq >=1.4 && <1.6
- ghc-prim >=0.4 && <0.12
- parsec >=3.1 && <3.2 Show all…
Dependents (50)
@hackage/opentelemetry-lightstep, @hackage/tensorflow, @hackage/proto-lens-runtime, @hackage/proto-lens-optparse, @hackage/criu-rpc-types, @hackage/warp-grpc, Show all…
The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides:
Composable field accessors via lenses
Simple field name resolution/overloading via type-level literals
Type-safe reflection and encoding/decoding of messages via GADTs