msgpack: A Haskell implementation of MessagePack
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.
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.
Properties
Versions | 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, 1.0.1.0 |
---|---|
Change log | CHANGES.md |
Dependencies | base (>=4.7 && <4.13), binary (>=0.7.1 && <0.9), bytestring (>=0.10.4 && <0.11), containers (>=0.5.5 && <0.7), data-binary-ieee754 (>=0.4.4 && <0.5), deepseq (>=1.3 && <1.5), hashable (>=1.1.2.4 && <1.3), mtl (>=2.1.3.1 && <2.3), text (>=1.2 && <1.3), unordered-containers (>=0.2.5 && <0.3), vector (>=0.10.11 && <0.13) [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> |
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:31:59Z |
Modules
[Index] [Quick Jump]
Downloads
- msgpack-1.0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees