@hackage msgpack1.0.1.0
A Haskell implementation of MessagePack
Installation
Dependencies (11)
- base >=4.7 && <4.22
- binary >=0.7.1 && <0.9
- bytestring >=0.10.4 && <0.13
- containers >=0.5.5 && <0.9
- data-binary-ieee754 >=0.4.4 && <0.5
- deepseq >=1.3 && <1.6 Show all…
Dependents (14)
@hackage/fontconfig-pure, @hackage/call-haskell-from-anything, @hackage/fluent-logger, @hackage/msgpack-idl, @hackage/registry-messagepack, @hackage/fluent-logger-conduit, Show all…
A Haskell implementation of the MessagePack data interchange format. MessagePack is a binary format which aims to be compact and supports encoding a superset of the JSON data-model.
Related Packages
A JSON adapter for the aeson library is provided by the msgpack-aeson package.
The msgpack-rpc package provides an implementation of the MessagePack-RPC protocol.