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

https://github.com/msgpack/msgpack-haskell

Haskell implementation of MessagePack / msgpack.org[Haskell]
https://github.com/msgpack/msgpack-haskell

Last synced: 3 months ago
JSON representation

Haskell implementation of MessagePack / msgpack.org[Haskell]

Awesome Lists containing this project

README

          

MessagePack for Haskell [![Build Status](https://travis-ci.org/msgpack/msgpack-haskell.svg?branch=master)](https://travis-ci.org/msgpack/msgpack-haskell)
=======================

This is an implementation of [MessagePack](https://en.wikipedia.org/wiki/MessagePack) for [Haskell](https://www.haskell.org).

It contains:

* Serializer/Deserializer
* RPC

# Installation

Execute following instructions:

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

# Documentation

[Haddock](https://www.haskell.org/haddock) documentation can be found on Hackage:

*
*
*
*