Binary package “liboop-dev” in ubuntu bionic

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.