An open API service indexing awesome lists of open source software.

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

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
```