https://github.com/qoretechnologies/module-msgpack
Qore MessagePack module
https://github.com/qoretechnologies/module-msgpack
messagepack msgpack qore
Last synced: about 1 month ago
JSON representation
Qore MessagePack module
- Host: GitHub
- URL: https://github.com/qoretechnologies/module-msgpack
- Owner: qoretechnologies
- License: mit
- Created: 2018-03-28T13:19:45.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-18T06:49:49.000Z (5 months ago)
- Last Synced: 2026-02-18T11:30:38.065Z (5 months ago)
- Topics: messagepack, msgpack, qore
- Language: C++
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
## module-msgpack
[msgpack]: https://msgpack.org
[qore]: https://github.com/qorelanguage/qore
https://github.com/qorelanguage/module-msgpack
[MessagePack][msgpack] module for the [Qore][qore] programming language.
## Building
```
mkdir build
cd build
cmake ..
make
sudo make install
```
### Building documentation
```
cd build
cmake .. # not needed if done before
make docs
```