summaryrefslogtreecommitdiff
path: root/debian/control
blob: db2232a6f6ff6a8747751db07ec9c55936c654bc (plain)
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
Source: libguess
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 pkgconf | pkg-config,
 gauche,
 autotools-dev
Standards-Version: 3.9.5
Section: libs
Homepage: https://github.com/kaniini/libguess
Vcs-Git: https://git.dgit.debian.org/libguess
Vcs-Browser: https://browse.dgit.debian.org/libguess.git/

Package: libguess-dev
Section: libdevel
Architecture: any
Depends: libguess1 (= ${binary:Version}), ${misc:Depends}, pkgconf | pkg-config
Multi-Arch: same
Description: high-speed character set detection library (development)
 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 files needed for development with libguess.

Package: libguess1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: high-speed character set detection library
 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.