File: control

package info (click to toggle)
libape 1.0.0-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,572 kB
  • ctags: 1,343
  • sloc: sh: 7,342; cpp: 3,418; makefile: 117
file content (36 lines) | stat: -rw-r--r-- 1,416 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
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