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 54 55 56 57 58 59
|
Source: enca
Priority: optional
Maintainer: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Build-Depends:
debhelper-compat (= 13),
librecode-dev,
autoconf-archive,
Standards-Version: 4.7.2
Section: text
Vcs-Git: https://salsa.debian.org/debian/enca.git
Vcs-Browser: https://salsa.debian.org/debian/enca
Homepage: https://github.com/nijel/enca
Package: enca
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
cstocs,
Description: Extremely Naive Charset Analyser - binaries
Enca is an Extremely Naive Charset Analyser. It detects the character set and
the encoding of text files and can also convert them to other encodings using
either a built-in converter or external libraries and tools like libiconv,
librecode, or cstocs.
.
Currently it supports Belarusian, Bulgarian, Croatian, Czech,
Estonian, Hungarian, Latvian, Lithuanian, Polish, Russian, Slovak,
Slovene, Ukrainian, Chinese, and some multibyte encodings independently
on language.
Package: libenca-dev
Section: libdevel
Architecture: any
Depends:
libenca0 (= ${binary:Version}),
${misc:Depends},
Description: Extremely Naive Charset Analyser - development files
Enca is an Extremely Naive Charset Analyser. It detects the character set and
the encoding of text files and can also convert them to other encodings.
.
This package contains header files needed for development with libenca.
It also contains API documentation.
Package: libenca0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Extremely Naive Charset Analyser - shared library files
Enca is an Extremely Naive Charset Analyser. It detects the character set and
the encoding of text files and can also convert them to other encodings.
.
This package contains the shared library needed to run applications compiled
against libenca.
|