1 config BR2_PACKAGE_PYTHON_MSGPACK
3 select BR2_PACKAGE_MSGPACK
4 depends on BR2_INSTALL_LIBSTDCPP # msgpack
5 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # msgpack
7 MessagePack (http://msgpack.org/) is a fast, compact binary
8 serialization format, suitable for similar data to JSON.
9 This package provides CPython bindings for reading and
10 writing MessagePack data.
12 https://pypi.python.org/pypi/msgpack-python/
14 comment "python-msgpack needs a toolchain w/ C++"
15 depends on BR2_TOOLCHAIN_HAS_SYNC_4
16 depends on !BR2_INSTALL_LIBSTDCPP