Config.in 378 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_UJSON
  2. bool "python-ujson"
  3. depends on BR2_INSTALL_LIBSTDCPP # double-conversion
  4. select BR2_PACKAGE_DOUBLE_CONVERSION
  5. help
  6. UltraJSON is an ultra fast JSON encoder and decoder written
  7. in pure C with bindings for Python 3.
  8. https://pypi.python.org/pypi/ujson
  9. comment "python-ujson needs a toolchain w/ C++"
  10. depends on !BR2_INSTALL_LIBSTDCPP