summaryrefslogtreecommitdiffstats
path: root/rules/liboop.in
blob: 16a5b26c29c1f7c45f315581e71e79165fc93976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries
config LIBOOP
	tristate
	prompt "liboop"
	help
	  Liboop provides a generic, callback-based event dispatch
	  interface, and aims to ease the development of multiplexed,
	  non-blocking, event-driven modular applications, components,
	  and libraries under POSIX-based operating systems. It
	  includes adapters for select(), poll(), the glib event loop,
	  the TCL event loop, the W3C libwww, asynchronous DNS, and
	  GNU readline.