Config.in 612 B

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