@hackage / proto-lens

A lens-based implementation of protocol buffers in Haskell.

Latest0.7.1.7

About

Metadata

  • Last updated , by gnezdo
  • License BSD-3-Clause
  • Maintained by: proto-lens@googlegroups.com

  • Lottery factor: 1

Links

Installation

Readme

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