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]
- Host: GitHub
- URL: https://github.com/msgpack/msgpack-haskell
- Owner: msgpack
- Created: 2011-11-25T08:45:30.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T18:11:37.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T01:15:41.009Z (10 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/msgpack
- Size: 377 KB
- Stars: 138
- Watchers: 9
- Forks: 80
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MessagePack for Haskell [](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:
*
*
*
*