Rev 63 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 63 | Rev 64 | ||
|---|---|---|---|
| 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: dpkg-dev (>= 1.15.7), debhelper (>= 9), libtool, |
5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), libtool, |
| 6 | dh-autoreconf, autoconf, automake, libadns1-dev, libglib2.0-dev, |
6 | dh-autoreconf, autoconf, automake, libadns1-dev, libglib2.0-dev, |
| 7 | libreadline-dev, tcl-dev |
7 | libreadline-dev, tcl-dev |
| 8 | Standards-Version: 3.9.8 |
8 | Standards-Version: 3.9.8 |
| 9 | Homepage: http://www.lysator.liu.se/liboop/ |
9 | Homepage: http://www.lysator.liu.se/liboop/ |
| 10 | 10 | ||
| 11 | Package: liboop4 |
11 | Package: liboop4 |
| 12 | Section: libs |
12 | Section: libs |
| 13 | Architecture: any |
13 | Architecture: any |
| - | 14 | Multi-Arch: same |
|
| 14 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
15 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 15 | Provides: liboop |
16 | Provides: liboop |
| 16 | Replaces: liboop3 |
17 | Replaces: liboop3 |
| 17 | Description: Event loop management library |
18 | Description: Event loop management library |
| 18 | Liboop is a low-level event loop management library for POSIX-based |
19 | Liboop is a low-level event loop management library for POSIX-based |
| 19 | operating systems. It supports the development of modular, multiplexed |
20 | operating systems. It supports the development of modular, multiplexed |
| 20 | applications which may respond to events from several sources. It |
21 | applications which may respond to events from several sources. It |
| 21 | replaces the "select() loop" and allows the registration of event |
22 | replaces the "select() loop" and allows the registration of event |
| 22 | handlers for file and network I/O, timers and signals. Since processes |
23 | handlers for file and network I/O, timers and signals. Since processes |
| 23 | use these mechanisms for almost all external communication, liboop can |
24 | use these mechanisms for almost all external communication, liboop can |
| 24 | be used as a basis for almost any application. |
25 | be used as a basis for almost any application. |
| 25 | 26 | ||
| 26 | Package: liboop-dev |
27 | Package: liboop-dev |
| 27 | Section: libdevel |
28 | Section: libdevel |
| 28 | Architecture: any |
29 | Architecture: any |
| - | 30 | Multi-Arch: same |
|
| 29 | Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
|
31 | Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
|
| 30 | Description: Event loop management library - development files |
32 | Description: Event loop management library - development files |
| 31 | 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 |
| 32 | operating systems. It supports the development of modular, multiplexed |
34 | operating systems. It supports the development of modular, multiplexed |
| 33 | applications which may respond to events from several sources. It |
35 | applications which may respond to events from several sources. It |
| 34 | replaces the "select() loop" and allows the registration of event |
36 | replaces the "select() loop" and allows the registration of event |
| 35 | 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 |
| 36 | use these mechanisms for almost all external communication, liboop can |
38 | use these mechanisms for almost all external communication, liboop can |
| 37 | be used as a basis for almost any application. |
39 | be used as a basis for almost any application. |
| 38 | . |
40 | . |
| 39 | This package contains the liboop development libraries and header |
41 | This package contains the liboop development libraries and header |
| 40 | files, required to develop and/or compile applications that use liboop. |
42 | files, required to develop and/or compile applications that use liboop. |
| 41 | 43 | ||
| 42 | Package: liboop-doc |
44 | Package: liboop-doc |
| 43 | Section: doc |
45 | Section: doc |
| 44 | Architecture: all |
46 | Architecture: all |
| 45 | Depends: ${misc:Depends}
|
47 | Depends: ${misc:Depends}
|
| 46 | Description: Event loop management library - documentation |
48 | Description: Event loop management library - documentation |
| 47 | 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 |
| 48 | operating systems. It supports the development of modular, multiplexed |
50 | operating systems. It supports the development of modular, multiplexed |
| 49 | applications which may respond to events from several sources. It |
51 | applications which may respond to events from several sources. It |
| 50 | replaces the "select() loop" and allows the registration of event |
52 | replaces the "select() loop" and allows the registration of event |
| 51 | 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 |
| 52 | use these mechanisms for almost all external communication, liboop can |
54 | use these mechanisms for almost all external communication, liboop can |
| 53 | be used as a basis for almost any application. |
55 | be used as a basis for almost any application. |
| 54 | . |
56 | . |
| 55 | This package contains a mirror of the |
57 | This package contains a mirror of the |
| 56 | https://www.lysator.liu.se/liboop/ website and its associated HTML |
58 | https://www.lysator.liu.se/liboop/ website and its associated HTML |
| 57 | documentation for the liboop library. |
59 | documentation for the liboop library. |