Source: liboop Section: libs Priority: optional Maintainer: Magnus Holmgren Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), libtool, dh-autoreconf, autoconf, automake, libadns1-dev, libglib2.0-dev, libreadline-dev, tcl-dev Standards-Version: 3.9.8 Homepage: http://www.lysator.liu.se/liboop/ Package: liboop4 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Provides: liboop Replaces: liboop3 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: libdevel Architecture: any Multi-Arch: same Depends: liboop4 (= ${binary:Version}), ${misc:Depends} 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. Package: liboop-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Event loop management library - documentation 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 a mirror of the https://www.lysator.liu.se/liboop/ website and its associated HTML documentation for the liboop library.