blob: 76dfe1961428dbd7d6cba751b7f2a79aa9a972d7 [file] [log] [blame] [edit]
config BR2_PACKAGE_MSGPACK_C
bool "msgpack-c"
help
MessagePack is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON
but it's faster and smaller.
Note: this package is the C variant of msgpack-c. For the
C++ variant, use the "msgpack" Buildroot package.
https://msgpack.org/