Subversion Repositories

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

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

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