a57a3784ec2031f3cb56251e75aa72ec57d98ab5
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_MSGPACK
2         bool "msgpack"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_ARCH_HAS_ATOMICS
5         help
6           MessagePack is an efficient binary serialization format.
7
8           It lets you exchange data among multiple languages like JSON but
9           it's faster and smaller.
10
11           http://msgpack.org/
12
13 comment "msgpack needs a toolchain w/ C++"
14         depends on BR2_ARCH_HAS_ATOMICS
15         depends on !BR2_INSTALL_LIBSTDCPP