Subversion Repositories

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

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

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