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
|
Source: libticonv
Priority: optional
Section: libs
Maintainer: Krzysztof Burghardt <krzysztof@burghardt.pl>
Build-Depends: debhelper (>> 5), pkg-config, libglib2.0-dev, tfdocgen, autotools-dev
Standards-Version: 3.8.1
Homepage: http://lpg.ticalc.org/prj_tilp/
Package: libticonv-dev
Section: libdevel
Architecture: any
Depends: libticonv3 (= ${binary:Version}), pkg-config, libglib2.0-dev
Description: Texas Instruments calculators charsets library [development files]
The libticonv is a library providing support for operations on Texas
Instruments calculators charsets. All charsets for all calculators are
supported; the library is also able to convert to/from UTF-8/UTF-16.
.
This package provides the development files for the library, static library,
required headers and documentation.
Package: libticonv3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Texas Instruments calculators charsets library
The libticonv is a library providing support for operations on Texas
Instruments calculators charsets. All charsets for all calculators are
supported; the library is also able to convert from/to UTF-8/UTF-16.
.
This package provides the shared library.
|