1config 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 9 https://pypi.python.org/pypi/ujson 10 11comment "python-ujson needs a toolchain w/ C++" 12 depends on !BR2_INSTALL_LIBSTDCPP 13