File: control

package info (click to toggle)
ujson 5.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: ansic: 2,789; python: 1,510; cpp: 50; makefile: 43; sh: 12
file content (29 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download
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
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 (= 13),
               dh-sequence-python3,
               python3-all:any,
               python3-all-dev:any,
               python3-setuptools,
               python3-setuptools-scm,
               python3-pytest <!nocheck>,
               libdouble-conversion-dev,
Standards-Version: 4.7.2
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

Package: python3-ujson
Architecture: any
Depends: ${misc:Depends}, python3:any, ${python3:Depends}, ${shlibs:Depends}
Breaks: python3-typeshed (<< 0.0~git20241223.ea91db2-4)
Replaces: python3-typeshed (<< 0.0~git20241223.ea91db2-4)
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.