$darkmode
Qore msgpack Module 1.0.1
 All Classes Namespaces Functions Variables Groups Pages
module-msgpack

https://github.com/qorelanguage/module-msgpack

MessagePack module for the 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 ```