Qore msgpack Module
1.0.1
Loading...
Searching...
No Matches
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