msgpack: A Haskell implementation of MessagePack

[ bsd3, data, library ] [ Propose Tags ]

A Haskell implementation of the MessagePack data interchange format. MessagePack is a binary format which aims to be compact and supports encoding a superset of the JSON data-model.

Related Packages

A JSON adapter for the aeson library is provided by the msgpack-aeson package.

The msgpack-rpc package provides an implementation of the MessagePack-RPC protocol.

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.2.0, 0.2.2, 0.3.0, 0.3.1, 0.3.1.1, 0.4.0, 0.4.0.1, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.6.1, 0.6.1.1, 0.6.1.2, 0.6.1.3, 0.6.2, 0.6.3, 0.6.4, 0.7.0, 0.7.1, 0.7.1.1, 0.7.1.2, 0.7.1.3, 0.7.1.4, 0.7.1.5, 0.7.2.5, 1.0.0, 1.0.1.0
Change log CHANGES.md
Dependencies base (>=4.7 && <4.20), binary (>=0.7.1 && <0.9), bytestring (>=0.10.4 && <0.13), containers (>=0.5.5 && <0.8), data-binary-ieee754 (>=0.4.4 && <0.5), deepseq (>=1.3 && <1.6), hashable (>=1.1.2.4 && <1.5), mtl (>=2.1.3.1 && <2.4), text (>=1.2 && <1.3 || >=2.0 && <2.2), unordered-containers (>=0.2.5 && <0.3), vector (>=0.10.11 && <0.14) [details]
License BSD-3-Clause
Copyright Copyright (c) Hideyuki Tanaka 2009-2015, (c) Herbert Valerio Riedel 2019
Author Hideyuki Tanaka
Maintainer Herbert Valerio Riedel <hvr@gnu.org>
Revised Revision 2 made by Bodigrim at 2023-09-30T20:52:21Z
Category Data
Home page http://msgpack.org/
Bug tracker https://github.com/msgpack/msgpack-haskell/issues
Source repo head: git clone http://github.com/msgpack/msgpack-haskell.git(msgpack)
Uploaded by HerbertValerioRiedel at 2019-03-27T23:37:20Z
Distributions LTSHaskell:1.0.1.0, Stackage:1.0.1.0
Reverse Dependencies 13 direct, 0 indirect [details]
Downloads 22979 total (74 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-27 [all 1 reports]