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