Summary
libuEv is a simple event loop in the style of the more established libevent, libev and the venerable Xt(3) event loop. The u (micro) in the name refers to both the small feature set and the small size overhead impact of the library.
Versions
v2.3.0 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- static-libs
v2.2.0 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- static-libs
v2.1.2 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- static-libs
v2.1.0 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- static-libs
USE flags
General
- static-libs
- Build static versions of dynamic libraries as well
Depending packages
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Oz Tiram · gentoo
dev-libs/libuev: bump version to 2.3.0
Closes: https://bugs.gentoo.org/696550 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13167 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oz N Tiram · gentoo
dev-libs/libuev: bump version to 2.2.0.
Package-Manager: Portage-2.3.49, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10118 Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Oz N Tiram · gentoo
dev-libs/libuev: bump version to 2.1.2
Closes: https://github.com/gentoo/gentoo/pull/8411 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Michael Palimaka · gentoo
dev-libs/libuev: avoid installing LICENSE
Package-Manager: Portage-2.3.14, Repoman-2.3.6 - Oz N Tiram · gentoo
dev-libs/libuev: Simple event loop for Linux
libuev is a simple event loop in the style of the more established libevent, libev and the venerable Xt(3) event loop. The u (micro) in the name refers to both the small feature set and the small size overhead impact of the library. Experienced developers may appreciate that libuEv is built on top of modern Linux APIs: epoll, timerfd and signalfd. Note however, a certain amount of care is needed when dealing with APIs that employ signalfd. Libuev is required for net-ftp/uftpd (see bug https://bugs.gentoo.org/639564). Closes: https://bugs.gentoo.org/639630 Closes: https://github.com/gentoo/gentoo/pull/6423 Package-Manager: Portage-2.3.13, Repoman-2.3.1