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
|
Source: libuninameslist
Priority: optional
Maintainer: Debian Fonts Task Force <debian-fonts@lists.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/fontforge/libuninameslist
Vcs-Git: https://salsa.debian.org/fonts-team/libuninameslist.git
Vcs-Browser: https://salsa.debian.org/fonts-team/libuninameslist
Rules-Requires-Root: no
Package: libuninameslist-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libuninameslist1 (= ${binary:Version})
Description: 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: libuninameslist1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 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.
|