msgpack-cxx

MessagePack C++ library for efficient binary serialization

brewmacoslinux
Try with needOr install directly
Source

About

MessagePack implementation for C++ / msgpack.org[C++]

Commands

msgpack-cxx

Examples

Include msgpack headers in C++ project for serialization$ g++ -I$(brew --prefix msgpack-cxx)/include myapp.cpp -o myapp
Check installed msgpack-cxx version and headers$ ls $(brew --prefix msgpack-cxx)/include/msgpack
Link msgpack-cxx library in CMake project$ find $(brew --prefix msgpack-cxx) -name '*.a' -o -name '*.so'