messagepack: Serialize instance for Message Pack Object

[ data, library, mit ] [ Propose Tags ]

Serialize instance for Message Pack Object


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5
Change log CHANGELOG
Dependencies base (>=4.6 && <5), bytestring (>=0.10 && <0.11), cereal (>=0.5 && <0.6), containers (>=0.5 && <0.7), deepseq (>=1.1 && <1.5) [details]
License MIT
Copyright (c) 2014 Rodrigo Setti
Author Rodrigo Setti
Maintainer rodrigosetti@gmail.com
Revised Revision 2 made by rodrigosetti at 2019-01-08T01:43:05Z
Category Data
Home page https://github.com/rodrigosetti/messagepack
Bug tracker https://github.com/rodrigosetti/messagepack/issues
Source repo head: git clone git@github.com:rodrigosetti/messagepack.git
Uploaded by rodrigosetti at 2016-12-01T19:42:13Z
Distributions LTSHaskell:0.5.5, NixOS:0.5.5, Stackage:0.5.5
Reverse Dependencies 14 direct, 6 indirect [details]
Downloads 10421 total (57 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-01 [all 1 reports]

Readme for messagepack-0.5.4

[back to package description]

messagepack

Build Status

Serialize instance for Message Pack Object.

For a for Message Pack RPC (remote procedure call) support library, check messagepack-rpc.