socket++ 1.12.13-1 source package in Ubuntu

Changelog

socket++ (1.12.13-1) unstable; urgency=low


  * Initial release. (Closes: #278940)

 -- Mathieu Malaterre <email address hidden>  Sun, 27 Oct 2013 07:08:17 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
socket++_1.12.13-1.dsc 2.0 KiB 35a1ca3187063e360c8371874002d0ef65dd2ae657f06894825390fd8ca49625
socket++_1.12.13.orig.tar.gz 62.8 KiB 755cdcac06d40fcca2b221f840e05f89a86298bc3bfc518b51a57b42f0512b19
socket++_1.12.13-1.debian.tar.gz 2.4 KiB dafd55681fef1847bf4ada2fd8db387afea88b6d5ff21339cdf2f5610564ce93

No changes file available.

Binary packages built by this source

libsocket++-dev: lightweight convenience library to handle low level BSD sockets in C++ -devel

 Socket++ library defines a family of C++ classes that can be used more
 effectively than directly calling the underlying low-level system functions.
 One distinct advantage of the socket++ is that it has the same interface as
 that of the iostream so that the users can perform type-safe input output.
 See your local IOStream library documentation for more information on
 iostreams.
 .
 Headers and shared libraries for socket++.

libsocket++1: lightweight convenience library to handle low level BSD sockets in C++ - libs

 Socket++ library defines a family of C++ classes that can be used more
 effectively than directly calling the underlying low-level system functions.
 One distinct advantage of the socket++ is that it has the same interface as
 that of the iostream so that the users can perform type-safe input output.
 See your local IOStream library documentation for more information on
 iostreams.
 .
 This package contains the libraries needed to run socket++ applications.