Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodrigosetti/messagepack
Serialize instance for Message Pack Object msgpack.org[Haskell]
https://github.com/rodrigosetti/messagepack
haskell messagepack serialization
Last synced: 25 days ago
JSON representation
Serialize instance for Message Pack Object msgpack.org[Haskell]
- Host: GitHub
- URL: https://github.com/rodrigosetti/messagepack
- Owner: rodrigosetti
- License: mit
- Created: 2014-07-25T05:27:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T10:13:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T22:30:33.369Z (2 months ago)
- Topics: haskell, messagepack, serialization
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/messagepack
- Size: 47.9 KB
- Stars: 7
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# messagepack
[![Build Status](https://travis-ci.org/rodrigosetti/messagepack.svg?branch=master)](https://travis-ci.org/rodrigosetti/messagepack)
[Serialize](http://hackage.haskell.org/package/cereal) instance for
[Message Pack](http://msgpack.org) Object.For a for Message Pack RPC (remote procedure call) support library, check [messagepack-rpc](http://hackage.haskell.org/package/messagepack-rpc).