Subversion Repositories

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

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

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