kumquat-buildroot/package/python-orjson/Config.in
Graeme Smecher b735fef529 package/python-orjson: new package
Signed-off-by: Graeme Smecher <gsmecher@threespeedlogic.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-05-03 21:50:40 +02:00

13 lines
466 B
Plaintext

config BR2_PACKAGE_PYTHON_ORJSON
bool "python-orjson"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_PYTHON_CFFI # runtime
help
orjson is a fast, correct JSON library for Python. It
benchmarks as the fastest Python library for JSON and is more
correct than the standard json library or other third-party
libraries. It serializes dataclass, datetime, numpy, and UUID
instances natively.
https://github.com/ijl/orjson