1 config BR2_PACKAGE_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
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.
13 https://pypi.python.org/pypi/msgpack-python/
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