Files
rpi-buildroot/package/python-orjson/Config.in
James Hilliard 5daf49911e package/python-orjson: bump to version 3.10.10
Drop no longer required python-cffi dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-27 19:14:04 +01:00

12 lines
424 B
Plaintext

config BR2_PACKAGE_PYTHON_ORJSON
bool "python-orjson"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
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