Popularity
9.6
Stable
Activity
0.0
Stable
138
9
80
Monthly Downloads: 99
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.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: