File: control

package info (click to toggle)
wvstreams 4.6.1-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,420 kB
  • sloc: cpp: 64,196; ansic: 4,154; sh: 4,025; makefile: 546; perl: 402
file content (106 lines) | stat: -rw-r--r-- 3,931 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Source: wvstreams
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends: autoconf,
               debhelper-compat (= 10),
               doxygen,
               dpkg-dev (>= 1.22.5),
               graphviz,
               libdb-dev,
               libdbus-1-dev,
               libpam0g-dev,
               libpopt-dev,
               libssl-dev,
               libxplc0.3.13-dev,
               zlib1g-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/apenwarr/wvstreams/
Vcs-Browser: https://salsa.debian.org/debian/wvstreams
Vcs-Git: https://salsa.debian.org/debian/wvstreams.git

Package: libwvstreams4.6t64-base
Provides: ${t64:Provides},
X-Time64-Compat: libwvstreams4.6-base
Replaces: libwvstreams4.6-base,
Breaks: libwvstreams4.6-base (<< ${source:Version}),
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: C++ network libraries for rapid application development
 WvStreams is a library suite that is comprised of several parts.  Included
 in the base package are:
  * WvString: a convenient and efficient C++ string class
  * WvList: an easy-to-use linked list
  * WvHashTable: an efficient and easy-to-use hash table
  * WvFile: a WvStream wrapper for handling files
  * WvStreamClone: a base class which makes writing your own WvStreams easy
  * WvLog: a log files handler
  * UniIniGen: a tiny version of UniConf for simple configuration systems

Package: libwvstreams4.6t64-extras
Provides: ${t64:Provides},
X-Time64-Compat: libwvstreams4.6-extras
Replaces: libwvstreams4.6-extras,
Breaks: libwvstreams4.6-extras (<< ${source:Version}),
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: C++ network libraries for rapid application development
 WvStreams is a library suite that is comprised of several parts.  Included
 in the extras package are:
  * WvIPStreams: which includes WvTCPStream and WvUDPStream
  * WvCrypto streams: a REALLY easy way to add SSL support to applications
 .
 These are the base classes used to build programs such as the ever popular
 WvDial, TunnelVision, FastForward, KWvDial, retchmail, and many more yet
 to come.  ;)

Package: libuniconf4.6t64
Provides: ${t64:Provides},
Replaces: libuniconf4.6,
Breaks: libuniconf4.6 (<< ${source:Version}),
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: C++ network libraries for rapid application development
 UniConf is a configuration system that can serve as the centrepiece among
 many other, existing configuration systems, such as:
  * GConf
  * KConfig
  * Windows registry
  * Mutt ;)
 .
 UniConf can also be accessed over the network, with authentication, allowing
 easy replication of configuration data via the UniReplicateGen.

Package: libwvstreams4.6-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
Suggests: libwvstreams-dev (= ${binary:Version}),
Description: Documentation for WvStreams
 Contains all the documentation available to program with WvStreams.
 .
 The WvStreams library suite is a set of C++ network libraries that
 make it fast and simple to develop network applications.

Package: libwvstreams-dev
Architecture: any
Section: libdevel
Depends: libuniconf4.6t64 (= ${binary:Version}),
         libwvstreams4.6t64-base (= ${binary:Version}),
         libwvstreams4.6t64-extras (= ${binary:Version}),
         libxplc0.3.13-dev,
         ${misc:Depends},
Suggests: tk8.5 | wish,
Provides: libwvstreams4.6-dev,
Description: Development libraries and header files for libwvstreams4.6
 Contains the header files and static libraries for use in rapid
 application development using the WvStreams set of libraries.  It
 includes everything that is needed to compile a program that needs
 WvStreams.
 .
 The WvStreams library suite is a set of C++ network libraries that
 make it fast and simple to develop network applications.