Config.in 564 B

12345678910111213141516
  1. config BR2_PACKAGE_PYTHON_MSGPACK
  2. bool "python-msgpack"
  3. depends on BR2_INSTALL_LIBSTDCPP # msgpack
  4. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # msgpack
  5. select BR2_PACKAGE_MSGPACK
  6. help
  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.
  11. https://pypi.python.org/pypi/msgpack-python/
  12. comment "python-msgpack needs a toolchain w/ C++"
  13. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  14. depends on !BR2_INSTALL_LIBSTDCPP