Installation

March 27, 2019 ยท View on GitHub

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: