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
|
Source: libuninameslist
Priority: optional
Maintainer: Kęstutis Biliūnas <kebil@kaunas.init.lt>
Build-Depends: debhelper (>= 5.0.0), libtool, automake
Standards-Version: 3.7.2
Section: libs
Package: libuninameslist-dev
Section: libdevel
Architecture: any
Depends: libuninameslist0 (= ${Source-Version})
Description: a library of Unicode annotation data (development files)
The library contains a large array with one entry for each unicode code
point (U+0000 - U+10FFFF). Each entry contains two strings, a name and
an annotation. The library also contains a list of all the Unicode blocks.
.
This package contains the runtime library's development files.
Package: libuninameslist0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: a library of Unicode annotation data
The library contains a large array with one entry for each unicode code
point (U+0000 - U+10FFFF). Each entry contains two strings, a name and
an annotation. The library also contains a list of all the Unicode blocks.
.
This package contains the runtime library.
|