An open API service indexing awesome lists of open source software.

https://github.com/toktok/hs-msgpack-testsuite

Haskell implementation of MessagePack / msgpack.org
https://github.com/toktok/hs-msgpack-testsuite

haskell msgpack

Last synced: 20 days ago
JSON representation

Haskell implementation of MessagePack / msgpack.org

Awesome Lists containing this project

README

          

MessagePack for Haskell
=======================

This is an implementation of msgpack for Haskell.

It contains:

* Serializer/Deserializer
* RPC

# Install

Execute following instructions:

~~~ {.bash}
$ cabal update
$ cabal install data-msgpack
$ cabal install network-msgpack-rpc
~~~

# Document

There are Haddock documents on Hackage Database.

*
*