File: control

package info (click to toggle)
uchardet 0.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,488 kB
  • sloc: cpp: 5,129; python: 902; sh: 80; ansic: 72; makefile: 7
file content (53 lines) | stat: -rw-r--r-- 2,020 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
48
49
50
51
52
53
Source: uchardet
Priority: optional
Section: libs
Maintainer: James Cowgill <jcowgill@debian.org>
Build-Depends: debhelper (>= 11), cmake
Standards-Version: 4.1.4
Homepage: https://www.freedesktop.org/wiki/Software/uchardet/
Vcs-Git: https://salsa.debian.org/debian/uchardet.git
Vcs-Browser: https://salsa.debian.org/debian/uchardet

Package: uchardet
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: universal charset detection library - cli utility
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the cli detection utility.

Package: libuchardet0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: universal charset detection library - shared library
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the shared library.

Package: libuchardet-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libuchardet0 (= ${binary:Version}), ${misc:Depends}
Description: universal charset detection library - development files
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the development support files.