ed0b43255dff55d035efb6f8f905f672f4d7a848
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-msgpack / Config.in
1 config BR2_PACKAGE_PYTHON_MSGPACK
2         bool "python-msgpack"
3         depends on BR2_PACKAGE_PYTHON
4         select BR2_PACKAGE_MSGPACK
5         depends on BR2_INSTALL_LIBSTDCPP # msgpack
6         depends on BR2_ARCH_HAS_ATOMICS # msgpack
7         help
8           MessagePack (http://msgpack.org/) is a fast, compact binary
9           serialization format, suitable for similar data to JSON.
10           This package provides CPython bindings for reading and
11           writing MessagePack data.
12
13           https://pypi.python.org/pypi/msgpack-python/
14
15 comment "python-msgpack needs a toolchain w/ C++"
16         depends on BR2_ARCH_HAS_ATOMICS
17         depends on BR2_PACKAGE_PYTHON
18         depends on !BR2_INSTALL_LIBSTDCPP