File: control

package info (click to toggle)
python-rapidjson 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,368 kB
  • sloc: cpp: 3,332; python: 1,990; makefile: 104
file content (47 lines) | stat: -rw-r--r-- 1,493 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-rapidjson
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-all-dev,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 rapidjson-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-rapidjson
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-rapidjson.git
Homepage: https://github.com/python-rapidjson/python-rapidjson

Package: python3-rapidjson
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-rapidjson-doc,
Description: Python wrapper around rapidjson
 RapidJSON is an extremely fast C++ JSON parser and serialization library: this
 module wraps it into a Python 3 extension, exposing its
 serialization/deserialization (to/from either bytes, str or file-like
 instances) and JSON Schema validation capabilities.

Package: python-rapidjson-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Python wrapper around rapidjson - doc
 RapidJSON is an extremely fast C++ JSON parser and serialization library: this
 module wraps it into a Python 3 extension, exposing its
 serialization/deserialization (to/from either bytes, str or file-like
 instances) and JSON Schema validation capabilities.
 .
 This package contains the documentation.