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
|
Source: skstream
Priority: optional
Section: libs
Maintainer: Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>> 4.0.0), libcppunit-dev
Standards-Version: 3.6.2
Package: libskstream-0.3-dev
Section: libdevel
Architecture: any
Depends: libskstream-0.3-3 (= ${Source-Version})
Description: Isostream C++ socket library - development files
skstream implements an isostream C++ socket library. TCP- and UDP-sockets are
available as C++ classes.
.
This package contains the development files.
Package: libskstream-0.3-3-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libskstream-0.3-3
Description: Isostream C++ socket library - debugging libs
skstream implements an isostream C++ socket library. TCP- and UDP-sockets are
available as C++ classes.
.
This package contains the unstripped shared libraries. It is provided primarily
to provide a backtrace with names in a debugger, this makes it somewhat easier
to interpret core dumps. The library is installed in /usr/lib/debug and can be
used by placing the directory in LD_LIBRARY_PATH.
.
Most people will not need this package.
Package: libskstream-0.3-3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Isostream C++ socket library
skstream implements an isostream C++ socket library. TCP- and UDP-sockets are
available as C++ classes.
|