blob: 5e7ca510038022e010559f272d1d4cf34925ffd0 (
plain)
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
|
Source: courier-unicode
Priority: optional
Maintainer: Sam Varshavchik <mrsam@courier-mta.com>
Build-Depends: debhelper-compat (= 12), gcc%DEBGCC%, g++%DEBGCC%
Standards-Version: 4.4.1
Section: contrib/libs
Homepage: https://www.courier-mta.org/unicode/
Rules-Requires-Root: no
Package: libcourier-unicode-dev
Section: contrib/libdevel
Architecture: any
Depends: libcourier-unicode%SOVERSION% (= ${binary:Version}), ${misc:Depends}
Description: Courier Unicode Library (header files and development libraries)
This package contains development files for the Courier Unicode Library.
Install this package if you want to develop applications that uses this
unicode library.
Package: libcourier-unicode%SOVERSION%
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Courier Unicode Library
This library implements several algorithms related to the Unicode
Standard.
-
This package installs only the run-time libraries needed by applications that
use this library. Install the "courier-unicode-dev" package if you want
to develop new applications using this library.
|