The latest version of protobuf is 0.2.1.3-0.

protobuf

Version 0.1 revision 0 uploaded by NathanHowell.

Package meta

Synopsis
Google Protocol Buffers via GHC.Generics
Description

Google Protocol Buffers via GHC.Generics.

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

This library supports a useful subset of Google Protocol Buffers message specifications in a Haskell. No preprocessor or additional build steps are required for message encoding and decoding.

Record specifications are built by defining records with specially defined fields that capture most of the Protocol Buffers specification language.

Author
Steve Severance, Nathan Howell
Bug reports
https://github.com/alphaHeavy/protobuf/issues
Category
Data
Copyright
n/a
Homepage
https://github.com/alphaHeavy/protobuf
Maintainer
sseverance@alphaheavy.com, nhowell@alphaheavy.com
Package URL
n/a
Stability
n/a

Components