Codebase list teckit / 35d534b
improve description Daniel Glassey 8 years ago
1 changed file(s) with 23 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
1616 Conflicts: texlive-binaries (<= 2015.20150524.37493-7)
1717 Multi-Arch: foreign
1818 Description: Encoding conversion tools for plain text files
19 TECkit provides tools for converting data to and from Unicode
20 and also from one Unicode encoding to another.
19 TECkit is a toolkit for encoding conversions. It offers a simple format for
20 describing the mapping between legacy 8-bit encodings and Unicode, and a
21 set of utilities based on such descriptions for converting text between 8-bit
22 and Unicode encodings.
2123 .
22 It also includes a compiler for a description language that allows
23 for bidirectional conversion description (the same description is
24 used for conversion to and from Unicode, for example).
24 It also includes a compiler for a mapping description language that allows for
25 bidirectional conversion description (i.e. the same description is used for
26 conversion to and from Unicode).
2527
2628 Package: libteckit0
2729 Architecture: any
3032 Depends: ${shlibs:Depends}, ${misc:Depends}
3133 Multi-Arch: same
3234 Description: Encoding conversion library
33 TECkit provides a generic library for converting data to and from Unicode
34 and also from one Unicode encoding to another.
35 TECkit is a toolkit for encoding conversions. It offers a simple format for
36 describing the mapping between legacy 8-bit encodings and Unicode, and a
37 set of utilities based on such descriptions for converting text between 8-bit
38 and Unicode encodings.
3539 .
36 It also includes a compiler for a description language that allows
37 for bidirectional conversion description (the same description is
38 used for conversion to and from Unicode, for example).
40 It also includes a compiler for a mapping description language that allows for
41 bidirectional conversion description (i.e. the same description is used for
42 conversion to and from Unicode).
3943 .
40 This package contains the shared libraries.
44 This package contains the shared libraries libTECkit and libTECkit_Compiler.
4145
4246 Package: libteckit-dev
4347 Architecture: any
4549 Depends: libteckit0 (= ${binary:Version}), ${misc:Depends}
4650 Multi-Arch: same
4751 Description: Development files for TECkit encoding conversion library
48 TECkit provides a generic library for converting data to and from Unicode
49 and also from one Unicode encoding to another.
52 TECkit is a toolkit for encoding conversions. It offers a simple format for
53 describing the mapping between legacy 8-bit encodings and Unicode, and a
54 set of utilities based on such descriptions for converting text between 8-bit
55 and Unicode encodings.
5056 .
51 It also includes a compiler for a description language that allows
52 for bidirectional conversion description (the same description is
53 used for conversion to and from Unicode, for example).
57 It also includes a compiler for a mapping description language that allows for
58 bidirectional conversion description (i.e. the same description is used for
59 conversion to and from Unicode).
5460 .
5561 This package contains development files to allow linking to libTECkit
56 for data conversion.
62 for data conversion, and libTECkit_Compiler to compile mappings.