1config BR2_PACKAGE_PYTHON_MSGPACK 2 bool "python-msgpack" 3 help 4 MessagePack (http://msgpack.org/) is a fast, compact binary 5 serialization format, suitable for similar data to JSON. 6 This package provides a pure python library for reading 7 and writing MessagePack data. 8 9 https://pypi.python.org/pypi/msgpack-python/ 10