File: control

package info (click to toggle)
ustr 1.0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,676 kB
  • ctags: 3,052
  • sloc: ansic: 19,041; makefile: 935; perl: 779; sh: 686; xml: 97
file content (70 lines) | stat: -rw-r--r-- 2,715 bytes parent folder | download | duplicates (2)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: ustr
Section: libs
Priority: optional
Maintainer: Vaclav Ovsik <vaclav.ovsik@i.cz>
Build-Depends: autoconf (>=2.69), debhelper (>= 9), dh-autoreconf, quilt
Standards-Version: 3.9.8
Homepage: http://www.and.org/ustr/
Vcs-Git: https://anonscm.debian.org/git/users/zito-guest/pkg-ustr.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/zito-guest/pkg-ustr.git

Package: libustr-1.0-1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Micro string library: shared library
 ustr (Micro string library) is a string API for C. It has tiny overhead over
 just plain strdup(), is much safer, is easier to use, is faster for many
 operations, can be used with read-only or automatically allocated data. You
 don't even need to link to the library to use it (so there are no
 dependencies).
 .
 This package contains the shared library.

Package: libustr-1.0-1-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: libustr-1.0-1 (= ${binary:Version}), ${misc:Depends}
Description: Micro string library: debugging symbols
 ustr (Micro string library) is a string API for C. It has tiny overhead over
 just plain strdup(), is much safer, is easier to use, is faster for many
 operations, can be used with read-only or automatically allocated data. You
 don't even need to link to the library to use it (so there are no
 dependencies).
 .
 This package contains debugging symbols for shared library.

Package: libustr-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Depends: libustr-1.0-1 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Description: Micro string library: development stuff
 ustr (Micro string library) is a string API for C. It has tiny overhead over
 just plain strdup(), is much safer, is easier to use, is faster for many
 operations, can be used with read-only or automatically allocated data. You
 don't even need to link to the library to use it (so there are no
 dependencies).
 .
 This package contains header files and static library needed to compile code
 that uses ustr.

Package: libustr-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Suggests: libustr-dev
Depends: ${misc:Depends}
Description: Micro string library: documentation
 ustr (Micro string library) is a string API for C. It has tiny overhead over
 just plain strdup(), is much safer, is easier to use, is faster for many
 operations, can be used with read-only or automatically allocated data. You
 don't even need to link to the library to use it (so there are no
 dependencies).
 .
 This package provides HTML documentation and examples.