msgpack-haskell icon indicating copy to clipboard operation
msgpack-haskell copied to clipboard

Haskell implementation of MessagePack / msgpack.org[Haskell]

MessagePack for Haskell Build Status

This is an implementation of MessagePack for Haskell.

It contains:

  • Serializer/Deserializer
  • RPC

Installation

Execute following instructions:

$ cabal update
$ cabal install msgpack
$ cabal install msgpack-rpc

Documentation

Haddock documentation can be found on Hackage: