python3-orjson/debian/control
Ward Nakchbandi (Cosmic Fusion) 1414a63375 first commit
2023-06-26 12:49:08 +03:00

23 lines
717 B
Plaintext

Source: orjson
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
dh-python,
python3-all-dev,
python3-setuptools,
libyaml-dev (>= 0.2.2~),
cython3,
python3-maturin,
rust-all
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/ijl/orjson
Package: python3-orjson
Architecture: any
Multi-Arch: allowed
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy