How to Install liboop-doc in Ubuntu 18.04



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

sudo apt update
sudo apt install liboop-doc

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.

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

Version: 1.0.1-1

Section: universe/doc