1 config BR2_PACKAGE_MSGPACK
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_SYNC_4
6 MessagePack is an efficient binary serialization format.
8 It lets you exchange data among multiple languages like JSON but
9 it's faster and smaller.
13 comment "msgpack needs a toolchain w/ C++"
14 depends on !BR2_INSTALL_LIBSTDCPP
15 depends on BR2_TOOLCHAIN_HAS_SYNC_4