summaryrefslogtreecommitdiffstats
path: root/libs/liboop/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/liboop/DETAILS')
-rwxr-xr-xlibs/liboop/DETAILS15
1 files changed, 10 insertions, 5 deletions
diff --git a/libs/liboop/DETAILS b/libs/liboop/DETAILS
index 8787618ae6..353bda02f9 100755
--- a/libs/liboop/DETAILS
+++ b/libs/liboop/DETAILS
@@ -11,9 +11,14 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
KEYWORDS="libs"
SHORT="Low-level event loop management library for POSIX systems"
cat << EOF
-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 the basis for almost any application.
+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 the basis for almost any
+application.
EOF