2013-06-30 21:16:57 +02:00
|
|
|
config BR2_PACKAGE_MSGPACK
|
|
|
|
bool "msgpack"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-08-17 21:29:50 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
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++"
|
2014-08-17 21:29:50 +02:00
|
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
2013-06-30 21:16:57 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|