About

Metadata

  • Last updated , by Bodigrim
  • License BSD-3-Clause
  • Maintained by: Herbert Valerio Riedel <hvr@gnu.org>

  • Lottery factor: 0

Links

Installation

Readme

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.