https://github.com/toktok/hs-msgpack-persist
Haskell implementation of MessagePack / msgpack.org
https://github.com/toktok/hs-msgpack-persist
haskell msgpack
Last synced: 3 months ago
JSON representation
Haskell implementation of MessagePack / msgpack.org
- Host: GitHub
- URL: https://github.com/toktok/hs-msgpack-persist
- Owner: TokTok
- License: other
- Created: 2022-02-14T01:56:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T23:43:22.000Z (over 2 years ago)
- Last Synced: 2025-01-18T09:20:17.737Z (over 1 year ago)
- Topics: haskell, msgpack
- Language: Haskell
- Homepage: http://msgpack.org/
- Size: 386 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
MessagePack for Haskell
=======================
This is an implementation of msgpack for Haskell.
It contains:
* Serializer/Deserializer
* RPC
# Install
Execute following instructions:
~~~ {.bash}
$ cabal update
$ cabal install data-msgpack
$ cabal install network-msgpack-rpc
~~~
# Document
There are Haddock documents on Hackage Database.
*
*