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
|
Source: libtextwrap
Priority: optional
Maintainer: Tomohiro KUBOTA <kubota@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.5.8
Package: libtextwrap-dev
Section: devel
Architecture: any
Depends: libtextwrap1 (= ${Source-Version})
Description: text-wrapping library with i18n - development files
Text-wrapping (or line-folding) library for displaying a string on
the terminal. This supports i18n (internationalization), i.e,
automatic locale-encoding detection, multibyte encoding (such as
UTF-8, EUC-JP, and so on), fullwidth characters (occupying two
columns per one character, like CJK Ideogram), combining characters
(occupying zero columns per one character, like Thai and diacritical
marks), and languages which do not use whitespaces between words
(like Chinese and Japanese).
.
This package contains files needed for development using this
library.
Package: libtextwrap1
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Description: text-wrapping library with i18n - runtime
Text-wrapping (or line-folding) library for displaying a string on
the terminal. This supports i18n (internationalization), i.e,
automatic locale-encoding detection, multibyte encoding (such as
UTF-8, EUC-JP, and so on), fullwidth characters (occupying two
columns per one character, like CJK Ideogram), combining characters
(occupying zero columns per one character, like Thai and diacritical
marks), and languages which do not use whitespaces between words
(like Chinese and Japanese).
|