File: control

package info (click to toggle)
libunistring 0.9.6%2Breally0.9.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,876 kB
  • ctags: 8,425
  • sloc: ansic: 67,462; perl: 15,827; sh: 12,909; makefile: 369; lisp: 271
file content (42 lines) | stat: -rw-r--r-- 1,684 bytes parent folder | download
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
Source: libunistring
Priority: optional
Maintainer: Andreas Rottmann <rotty@debian.org>
Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9.20160403~), autotools-dev, dh-autoreconf
Standards-Version: 3.9.8
Section: libs
Homepage: http://www.gnu.org/software/libunistring/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libunistring.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libunistring.git/


Package: libunistring-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libunistring0 (= ${binary:Version}), ${misc:Depends}
Description: Unicode string library for C - development files
 The 'libunistring' library implements Unicode strings (in the UTF-8,
 UTF-16, and UTF-32 encodings), together with functions for Unicode
 characters (character names, classifications, properties) and
 functions for string processing (formatted output, width, word
 breaks, line breaks, normalization, case folding, regular
 expressions).
 .
 This package contains the development support files needed to compile
 and link against libunistring, as well as the documentation in Info
 and HTML format.

Package: libunistring0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Unicode string library for C
 The 'libunistring' library implements Unicode strings (in the UTF-8,
 UTF-16, and UTF-32 encodings), together with functions for Unicode
 characters (character names, classifications, properties) and
 functions for string processing (formatted output, width, word
 breaks, line breaks, normalization, case folding, regular
 expressions).
 .
 This package contains the shared library.