Config.in 595 B

1234567891011121314151617
  1. config BR2_PACKAGE_PYTHON_MSGPACK
  2. bool "python-msgpack"
  3. select BR2_PACKAGE_MSGPACK
  4. depends on BR2_INSTALL_LIBSTDCPP # msgpack
  5. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # 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_PACKAGE_PYTHON
  15. depends on !BR2_INSTALL_LIBSTDCPP