File: control

package info (click to toggle)
fastchunking 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: cpp: 490; python: 384; makefile: 197
file content (39 lines) | stat: -rw-r--r-- 1,359 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
Source: fastchunking
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all-dev,
 python3-pybindgen,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme
Standards-Version: 4.5.1
Homepage: https://github.com/netleibi/fastchunking
Vcs-Browser: https://salsa.debian.org/python-team/packages/fastchunking
Vcs-Git: https://salsa.debian.org/python-team/packages/fastchunking.git
Testsuite: autopkgtest-pkg-python

Package: python3-fastchunking
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python-fastchunking-doc
Description: Fast text chunking algorithms for Python (Python 3)
 This package contains a Python library that contains efficient and easy-to-use
 implementations of string chunking algorithms.
 .
 This package installs the library for Python 3.

Package: python-fastchunking-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Fast text chunking algorithms for Python (common documentation)
 This package contains a Python library that contains efficient and easy-to-use
 implementations of string chunking algorithms.
 .
 This is the common documentation package.