File: control

package info (click to toggle)
librudiments0 0.27-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,528 kB
  • ctags: 2,284
  • sloc: cpp: 14,657; sh: 7,547; ansic: 2,664; makefile: 945; xml: 15
file content (47 lines) | stat: -rw-r--r-- 1,603 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
37
38
39
40
41
42
43
44
45
46
47
Source: librudiments0
Section: libs
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 4.1), autotools-dev
Standards-Version: 3.6.1

Package: librudiments0c102
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: librudiments0-doc
Description: C++ class library providing base classes
 Rudiments is a C++ class library providing base classes for things
 such as daemons, clients and servers, and wrapper classes for C API's
 such as regular expressions, semaphores and signal handling.
 .
 Homepage: http://www.firstworks.com/rudiments.html
 .
 This package contains the dynamic library.

Package: librudiments0-dev
Section: libdevel
Architecture: any
Provides: librudiments-dev
Conflicts: librudiments-dev
Depends: ${shlibs:Depends}, librudiments0c102
Suggests: librudiments0-doc
Description: C++ class library providing base classes
 Rudiments is a C++ class library providing base classes for things
 such as daemons, clients and servers, and wrapper classes for C API's
 such as regular expressions, semaphores and signal handling.
 .
 Homepage: http://www.firstworks.com/rudiments.html
 .
 Header files and static library.
 
Package: librudiments0-doc
Section: doc
Architecture: all
Suggests: librudiments0c102
Description: C++ class library providing base classes
 Rudiments is a C++ class library providing base classes for things
 such as daemons, clients and servers, and wrapper classes for C API's
 such as regular expressions, semaphores and signal handling.
 .
 This is available online at: http://www.firstworks.com/rudiments.html