iperf3: bump to version 3.1.2
[buildroot-gz.git] / package / msgpack / Config.in
blobb8e82138fa15bb861a0a45f15ef3df12cdf4df97
1 config BR2_PACKAGE_MSGPACK
2         bool "msgpack"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_SYNC_4
5         help
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.
11           http://msgpack.org/
13 comment "msgpack needs a toolchain w/ C++"
14         depends on !BR2_INSTALL_LIBSTDCPP
15         depends on BR2_TOOLCHAIN_HAS_SYNC_4