2013-06-30 21:16:57 +02:00
|
|
|
config BR2_PACKAGE_MSGPACK
|
|
|
|
bool "msgpack"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2016-02-02 16:31:31 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2013-06-30 21:16:57 +02:00
|
|
|
help
|
|
|
|
MessagePack is an efficient binary serialization format.
|
|
|
|
|
|
|
|
It lets you exchange data among multiple languages like JSON but
|
|
|
|
it's faster and smaller.
|
|
|
|
|
|
|
|
http://msgpack.org/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "msgpack needs a toolchain w/ C++"
|
2013-06-30 21:16:57 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
2016-02-02 16:31:31 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|