File: control

package info (click to toggle)
python-libguess 1.1-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • ctags: 30
  • sloc: python: 171; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,228 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
Source: python-libguess
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
    dh-python,
    python-setuptools (>= 0.6.24),
    python3-setuptools (>= 0.6.24),
    python-all (>= 2.6.6-3),
    python3-all,
    debhelper (>= 9)
Standards-Version: 3.9.5
Section: python
Homepage: https://bitbucket.org/barro/python-libguess/wiki/Home

Package: python-libguess
Architecture: all
Depends: libguess1, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: high-speed character set detection library (Python wrapper)
 libguess employs discrete-finite automata to deduce the character set of the
 input buffer.  The advantage of this is that all character sets can be checked
 in parallel, and quickly.
 .
 This package contains a Python wrapper for libguess.

Package: python3-libguess
Architecture: all
Depends: libguess1, ${misc:Depends}, ${python3:Depends}
Description: high-speed character set detection library (Python 3 wrapper)
 libguess employs discrete-finite automata to deduce the character set of the
 input buffer.  The advantage of this is that all character sets can be checked
 in parallel, and quickly.
 .
 This package contains a Python 3 wrapper for libguess.