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
|
Source: tcp4u
Section: libs
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 2.4.1.3
Package: libtcp4u3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: The tcp4u portable networking API -- runtime package
Tcp4u provides portable APIs which allow an easy use of the following
IETF protocols : UDP, TCP, Telnet, HTTP 1.0 and SMTP.
.
The Tcp4u functions have been compiled and tested under the following
operating system: Windows 3.1, Windows 95, Windows NT, Solaris (SunOS
version 5), Sun OS version 4, HP-UX, Dec OSF1, AIX and Linux.
.
This package provides the runtime shared library. The libtcp4u3-dev
package provides the header files, and the static library.
Package: libtcp4u3-dev
Section: devel
Architecture: any
Depends: libtcp4u3, libc6-dev
Description: The tcp4u portable networking API -- development package
Tcp4u provides portable APIs which allow an easy use of the following
IETF protocols : UDP, TCP, Telnet, HTTP 1.0 and SMTP.
.
The Tcp4u functions have been compiled and tested under the following
operating system: Windows 3.1, Windows 95, Windows NT, Solaris (SunOS
version 5), Sun OS version 4, HP-UX, Dec OSF1, AIX and Linux.
.
This is the development kit, containing static libraries and header files
necessary to build programs that use libtcp4u3. The runtime library is
provided by the libtcp4u3 package.
|