https://github.com/toktok/hs-msgpack-testsuite
Haskell implementation of MessagePack / msgpack.org
https://github.com/toktok/hs-msgpack-testsuite
haskell msgpack
Last synced: 20 days ago
JSON representation
Haskell implementation of MessagePack / msgpack.org
- Host: GitHub
- URL: https://github.com/toktok/hs-msgpack-testsuite
- Owner: TokTok
- License: other
- Created: 2022-02-14T12:02:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T22:40:31.000Z (10 months ago)
- Last Synced: 2025-03-11T22:45:11.636Z (10 months ago)
- Topics: haskell, msgpack
- Language: Haskell
- Homepage: http://msgpack.org/
- Size: 30.3 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.
*
*