1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: libuev
Section: libs
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/troglobit/libuev
Vcs-Browser: https://salsa.debian.org/yangfl-guest/libuev
Vcs-Git: https://salsa.debian.org/yangfl-guest/libuev.git
Package: libuev-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, libuev3t64 (= ${binary:Version})
Replaces: libuev2
Description: static library, header files, and docs for libuev
Static library, header files, and documentation for libuEv
.
libuEv is a small event loop that wraps the Linux epoll() family of APIs.
It is similar to the more established libevent, libev and the venerable
Xt(3) event loop. The u (micro) in the name refers to both its limited
feature set and the small size impact of the library.
.
Experienced developers may appreciate libuEv is built on top of modern
Linux APIs like epoll, eventfd, timerf, and signalfd.
Package: libuev3t64
Provides: ${t64:Provides}
Replaces: libuev3
Breaks: libuev3 (<< ${source:Version})
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Lightweight event loop library for Linux
libuEv is a small event loop that wraps the Linux epoll() family of APIs.
It is similar to the more established libevent, libev and the venerable
Xt(3) event loop. The u (micro) in the name refers to both its limited
feature set and the small size impact of the library.
.
Experienced developers may appreciate libuEv is built on top of modern
Linux APIs like epoll, eventfd, timerfd, and signalfd.
|