msgpuck

MsgPack binary serialization library for C/C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

Simple and efficient MsgPack binary serialization library

Commands

msgpuck

Examples

Include msgpuck header in C/C++ project for serialization$ gcc -I$(brew --prefix msgpuck)/include myprogram.c -o myprogram
Link msgpuck library when compiling C++ application$ g++ -L$(brew --prefix msgpuck)/lib program.cpp -lmsgpuck -o program
Check installed msgpuck version and headers$ ls $(brew --prefix msgpuck)/include/msgpuck