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
|
Source: libthai
Priority: optional
Section: libs
Maintainer: Theppitak Karoonboonyanan <thep@linux.thai.net>
Uploaders: Pattara Kiatisevi <ott@linux.thai.net>
Build-Depends: debhelper (>> 3.0.0), doxygen
Standards-Version: 3.7.2
Package: libthai-dev
Section: devel
Architecture: any
Depends: libthai0 (= ${Source-Version})
Description: Development files for Thai language support library
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports.
.
This package contains the development libraries, header files and manpages
you need to develop your programs using the LibThai library.
.
Homepage: http://libthai.sourceforge.net/
Package: libthai0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Thai language support library
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports.
.
This package contains the shared libraries needed to run programs that use
the LibThai library.
.
Homepage: http://libthai.sourceforge.net/
Package: libthai-doc
Section: doc
Architecture: all
Depends: lynx | www-browser
Description: Documentation files for Thai language support library
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports.
.
This package contains some documents about the LibThai library.
.
Homepage: http://libthai.sourceforge.net/
|