1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: ujson
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-all-dev,
python3-six,
python3-tz,
python3-setuptools,
python3-setuptools-scm,
python3-pytest <!nocheck>,
libdouble-conversion-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/ultrajson/ultrajson
Vcs-Git: https://salsa.debian.org/python-team/packages/ujson.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ujson
Rules-Requires-Root: no
Package: python3-ujson
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: ultra fast JSON encoder and decoder for Python 3
UltraJSON is an ultra fast JSON encoder and decoder written in pure C with
bindings for Python.
.
This package contains the Python 3 module of ujson.
|