Source: libguess Priority: extra Maintainer: Andrew O. Shadoura Build-Depends: debhelper (>= 7.0.50~), autotools-dev, autoconf, automake, libtool, libmowgli-dev (>= 0.7.0) Standards-Version: 3.9.1 Section: libs Homepage: http://www.atheme.org/project/libguess Vcs-git: http://hg.debian.org/collab-maint/libguess Vcs-Browser: http://hg.debian.org/collab-maint/libguess/summary Package: libguess-dev Section: libdevel Architecture: any Depends: libguess1 (= ${binary:Version}), ${misc:Depends} Description: a 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 natspec. Package: libguess-examples Section: devel Architecture: any Depends: libguess-dev (= ${binary:Version}), ${misc:Depends} Description: a high-speed character set detection library (examples) 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 source code of some examples of using natspec. Package: libguess1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: a 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.