Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 4 | Rev 10 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 7
1
Source: liboop
1
Source: liboop
2
Section: libs
2
Section: libs
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: debhelper (>> 4.0.0), libadns1-dev, libglib1.2-dev | libglib-dev, libreadline5-dev | libreadline-dev, tcl8.4-dev | tcl8.3-dev, sharutils
5
Build-Depends: debhelper (>> 4.0.0), dpatch, libadns1-dev,
-
 
6
               libglib1.2-dev | libglib-dev, 
-
 
7
               libreadline5-dev | libreadline-dev, 
-
 
8
               tcl8.4-dev | tcl8.3-dev, sharutils
6
Standards-Version: 3.6.1
9
Standards-Version: 3.6.1
7
10
8
Package: liboop4
11
Package: liboop4
9
Section: libs
12
Section: libs
10
Architecture: any
13
Architecture: any
11
Depends: ${shlibs:Depends}
14
Depends: ${shlibs:Depends}
12
Provides: liboop
15
Provides: liboop
13
Replaces: liboop3
16
Replaces: liboop3
14
Description: Event loop management library
17
Description: Event loop management library
15
 Liboop is a low-level event loop management library for POSIX-based
18
 Liboop is a low-level event loop management library for POSIX-based
16
 operating systems. It supports the development of modular, multiplexed
19
 operating systems. It supports the development of modular, multiplexed
17
 applications which may respond to events from several sources. It
20
 applications which may respond to events from several sources. It
18
 replaces the "select() loop" and allows the registration of event
21
 replaces the "select() loop" and allows the registration of event
19
 handlers for file and network I/O, timers and signals. Since processes
22
 handlers for file and network I/O, timers and signals. Since processes
20
 use these mechanisms for almost all external communication, liboop can
23
 use these mechanisms for almost all external communication, liboop can
21
 be used as a basis for almost any application.
24
 be used as a basis for almost any application.
22
25
23
Package: liboop-dev
26
Package: liboop-dev
24
Section: libdevel
27
Section: libdevel
25
Architecture: any
28
Architecture: any
26
Depends: liboop4 (= ${Source-Version}), libc6-dev
29
Depends: liboop4 (= ${Source-Version}), libc6-dev
27
Description: Event loop management library - development files
30
Description: Event loop management library - development files
28
 Liboop is a low-level event loop management library for POSIX-based
31
 Liboop is a low-level event loop management library for POSIX-based
29
 operating systems. It supports the development of modular, multiplexed
32
 operating systems. It supports the development of modular, multiplexed
30
 applications which may respond to events from several sources. It
33
 applications which may respond to events from several sources. It
31
 replaces the "select() loop" and allows the registration of event
34
 replaces the "select() loop" and allows the registration of event
32
 handlers for file and network I/O, timers and signals. Since processes
35
 handlers for file and network I/O, timers and signals. Since processes
33
 use these mechanisms for almost all external communication, liboop can
36
 use these mechanisms for almost all external communication, liboop can
34
 be used as a basis for almost any application.
37
 be used as a basis for almost any application.
35
 .
38
 .
36
 This package contains the liboop development libraries and header
39
 This package contains the liboop development libraries and header
37
 files, required to develop and/or compile applications that use liboop.
40
 files, required to develop and/or compile applications that use liboop.
38
41
39
Package: liboop-doc
42
Package: liboop-doc
40
Section: doc
43
Section: doc
41
Architecture: all
44
Architecture: all
42
Description: Event loop management library - documentation
45
Description: Event loop management library - documentation
43
 Liboop is a low-level event loop management library for POSIX-based
46
 Liboop is a low-level event loop management library for POSIX-based
44
 operating systems. It supports the development of modular, multiplexed
47
 operating systems. It supports the development of modular, multiplexed
45
 applications which may respond to events from several sources. It
48
 applications which may respond to events from several sources. It
46
 replaces the "select() loop" and allows the registration of event
49
 replaces the "select() loop" and allows the registration of event
47
 handlers for file and network I/O, timers and signals. Since processes
50
 handlers for file and network I/O, timers and signals. Since processes
48
 use these mechanisms for almost all external communication, liboop can
51
 use these mechanisms for almost all external communication, liboop can
49
 be used as a basis for almost any application.
52
 be used as a basis for almost any application.
50
 .
53
 .
51
 This package contains a mirror of the http://liboop.org website and its
54
 This package contains a mirror of the http://liboop.org website and its
52
 associated HTML documentation for the liboop library.
55
 associated HTML documentation for the liboop library.