protobuf: Google Protocol Buffers via GHC.Generics

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.1.3, 0.2.1.4
Change log CHANGELOG
Dependencies base (>=4.7 && <5), base-orphans (>=0.5), bytestring (>=0.9), cereal (>=0.3), data-binary-ieee754 (>=0.4), deepseq (>=1.1), mtl (>=2 && <3), semigroups (>=0.18 && <0.19), text (>=0.10), unordered-containers (>=0.2) [details]
License BSD-3-Clause
Author Steve Severance, Nathan Howell
Maintainer sseverance@alphaheavy.com, nhowell@alphaheavy.com
Category Data
Home page https://github.com/alphaHeavy/protobuf
Bug tracker https://github.com/alphaHeavy/protobuf/issues
Source repo head: git clone https://github.com/alphaHeavy/protobuf.git
Uploaded by YorickLaupa at 2020-02-15T19:42:38Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees