Subversion Repositories

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

Rev 28 | Rev 30 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 29
Line 11... Line 11...
11
Homepage: http://liboop.ofb.net/
11
Homepage: http://liboop.ofb.net/
12
12
13
Package: liboop4
13
Package: liboop4
14
Section: libs
14
Section: libs
15
Architecture: any
15
Architecture: any
16
Depends: ${shlibs:Depends}
16
Depends: ${shlibs:Depends}, ${misc:Depends}
17
Provides: liboop
17
Provides: liboop
18
Replaces: liboop3
18
Replaces: liboop3
19
Description: Event loop management library
19
Description: Event loop management library
20
 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
21
 operating systems. It supports the development of modular, multiplexed
21
 operating systems. It supports the development of modular, multiplexed
Line 26... Line 26...
26
 be used as a basis for almost any application.
26
 be used as a basis for almost any application.
27
27
28
Package: liboop-dev
28
Package: liboop-dev
29
Section: libdevel
29
Section: libdevel
30
Architecture: any
30
Architecture: any
31
Depends: liboop4 (= ${binary:Version}), libc6-dev
31
Depends: liboop4 (= ${binary:Version}), libc6-dev, ${misc:Depends}
32
Description: Event loop management library - development files
32
Description: Event loop management library - development files
33
 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
34
 operating systems. It supports the development of modular, multiplexed
34
 operating systems. It supports the development of modular, multiplexed
35
 applications which may respond to events from several sources. It
35
 applications which may respond to events from several sources. It
36
 replaces the "select() loop" and allows the registration of event
36
 replaces the "select() loop" and allows the registration of event
Line 42... Line 42...
42
 files, required to develop and/or compile applications that use liboop.
42
 files, required to develop and/or compile applications that use liboop.
43
43
44
Package: liboop-doc
44
Package: liboop-doc
45
Section: doc
45
Section: doc
46
Architecture: all
46
Architecture: all
-
 
47
Depends:  ${misc:Depends}
47
Description: Event loop management library - documentation
48
Description: Event loop management library - documentation
48
 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
49
 operating systems. It supports the development of modular, multiplexed
50
 operating systems. It supports the development of modular, multiplexed
50
 applications which may respond to events from several sources. It
51
 applications which may respond to events from several sources. It
51
 replaces the "select() loop" and allows the registration of event
52
 replaces the "select() loop" and allows the registration of event