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: libape
Section: devel
Priority: optional
Maintainer: Raphael Bossek <bossekr@debian.org>
Standards-Version: 3.0.1
Package: libape1
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Description: A Portable Environment for writing Threaded C++ services
APE is a highly portable C++ framework for the development of
threaded servers and applications. The APE framework offers C++ fully
portable class encapsulation of threads, sockets, file access, synchronization
objects, and serial I/O. APE has been compiled under Solaris, Linux and
FreeBSD and offers a source tree for use in portin APE applications to the
Win32 environment.
.
More information can be found at the APE web site
http://www.voxilla.org/projects/projape.html
Package: libape-dev
Architecture: any
Depends: libape1 (= ${Source-Version})
Section: devel
Description: Header files for A Portable Environment for writing Threaded C++ services
APE is a highly portable C++ framework for the development of
threaded servers and applications. The APE framework offers C++ fully
portable class encapsulation of threads, sockets, file access, synchronization
objects, and serial I/O. APE has been compiled under Solaris, Linux and
FreeBSD and offers a source tree for use in portin APE applications to the
Win32 environment.
.
More information can be found at the APE web site
http://www.voxilla.org/projects/projape.html
|