1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: liboop
Priority: optional
Maintainer: Timshel Knoll <timshel@debian.org>
Build-Depends: debhelper (>= 3.0.0), libadns1-dev, libglib1.2-dev | libglib-dev, libreadline4-dev | libreadline-dev, tcl8.3-dev
Build-Conflicts: libwww-dev
Standards-Version: 3.5.2
Package: liboop@SONAME@
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Provides: liboop
Description: Event loop management library
Liboop is a low-level event loop management library for
POSIX-based operating systems. It supports the development
of modular, multiplexed applications which may respond to
events from several sources. It replaces the "select()
loop" and allows the registration of event handlers for
file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication,
liboop can be used as a basis for almost any application.
Package: liboop-dev
Section: devel
Architecture: any
Depends: liboop@SONAME@ (= ${Source-Version}), libc6-dev
Description: Event loop management library - development files
Liboop is a low-level event loop management library for
POSIX-based operating systems. It supports the development
of modular, multiplexed applications which may respond to
events from several sources. It replaces the "select()
loop" and allows the registration of event handlers for
file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication,
liboop can be used as a basis for almost any application.
.
This package contains the liboop development libraries and
header files, required to develop and/or compile
applications that use liboop.
|