The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / msgpack / 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