Popularity
9.6
Stable
Activity
0.0
Stable
136
10
82
Monthly Downloads: 54
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.0.1.0
msgpack alternatives and similar packages
Based on the "data" category.
Alternatively, view msgpack alternatives based on common mentions on social networks and blogs.
-
interpolatedstring-perl6
QuasiQuoter for Perl6-style multi-line interpolated strings with q, qq and qc support. -
language-hcl
language-hcl contains HCL (Hashicorp Configuration Language) parsers and pretty-printers for the Haskell programming language -
data-structure-inferrer
A program that analyzes source code with a data-structure wildcard and suggests the right one.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of msgpack or a related project?
README
MessagePack for Haskell
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: