How to Install liboop-dev in Ubuntu 18.04



Install liboop-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install liboop-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.

Homepage: http://www.lysator.liu.se/liboop/

Version: 1.0.1-1

Section: universe/libdevel