File: control

package info (click to toggle)
ui-utilcpp 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,692 kB
  • sloc: cpp: 7,495; sh: 4,205; ansic: 278; makefile: 117
file content (85 lines) | stat: -rw-r--r-- 2,939 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: ui-utilcpp
Section: libs
Priority: optional
Maintainer: Stephan Sürken <absurd@debian.org>
Build-Depends: debhelper-compat (= 12),
               ui-auto,
               man-db (>= 2.5.1),
               libncurses5-dev,
               libucommon-dev,
               libreadline-dev,
               librecode-dev,
               libidn11-dev,
               libcap-dev,
               libboost-all-dev (>= 1.35),
               xfslibs-dev,
               doxygen (>= 1.5.6),
               graphviz (>= 2.20.2)
Standards-Version: 4.1.4
Homepage: http://ui-utilcpp.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/ui-utilcpp
Vcs-Git: https://salsa.debian.org/debian/ui-utilcpp.git

Package: libui-utilcpp9v5
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: libui-utilcpp9
Replaces: libui-utilcpp9
Description: UI C++ utility library (run time)
 A toolbox-like C++ library, with a diverse set of utilities:
 .
  * Exception: Generic Exception classes and THROW macros.
  * Sys: C++ "exception" wrappers for a wide range of system C functions.
  * Cap: Capabilities C++ wrapper.
  * CharsetMagic: Charset guessing.
  * Recoder: Charset recoding.
  * Time: Misc date and time utilities.
  * File: Misc file utilities.
  * Text: Misc string utilities.
  * http/: Minimal HTTP implementiation.
  * PosixRegex: Simple wrapper for C 'regexec'.
  * QuotaInfo: Wrapper to fs quota information.
  * SMLog[Mono]: Syslog Macro Log.
  * Socket: Simple Socket abstraction (inet+unix).
  * Thread: Process based pseudo thread abstraction.
  * CmdLine: Create CLI-like programs.
  * GetOpt: Abstraction of GNU C getopt_long(3).
 .
 This package provides run time support.

Package: libui-utilcpp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libui-utilcpp9v5 (= ${binary:Version}),
         libucommon-dev,
         libreadline-dev,
         librecode-dev,
         libidn11-dev,
         libcap-dev,
         xfslibs-dev,
         libc6-dev,
         libboost-all-dev (>= 1.35)
Description: UI C++ utility library (development)
 A toolbox-like C++ library, with a diverse set of utilities:
 .
  * Exception: Generic Exception classes and THROW macros.
  * Sys: C++ "exception" wrappers for a wide range of system C functions.
  * Cap: Capabilities C++ wrapper.
  * CharsetMagic: Charset guessing.
  * Recoder: Charset recoding.
  * Time: Misc date and time utilities.
  * File: Misc file utilities.
  * Text: Misc string utilities.
  * http/: Minimal HTTP implementiation.
  * PosixRegex: Simple wrapper for C 'regexec'.
  * QuotaInfo: Wrapper to fs quota information.
  * SMLog[Mono]: Syslog Macro Log.
  * Socket: Simple Socket abstraction (inet+unix).
  * Thread: Process based pseudo thread abstraction.
  * CmdLine: Create CLI-like programs.
  * GetOpt: Abstraction of GNU C getopt_long(3).
 .
 This package provides all files needed for development.