protobuf: Google Protocol Buffers via GHC.Generics
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.
Modules
[Index] [Quick Jump]
Downloads
- protobuf-0.2.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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.4 (info) |
---|---|
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:44:17Z |
Distributions | Debian:0.2.1.3, LTSHaskell:0.2.1.3, NixOS:0.2.1.3, Stackage:0.2.1.3 |
Reverse Dependencies | 7 direct, 4 indirect [details] |
Downloads | 12211 total (75 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-02-15 [all 1 reports] |