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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: libev
Priority: optional
Maintainer: Jérémy Lal <kapouer@melix.org>
Build-Depends: dpkg-dev (>= 1.14.9), debhelper (>= 9), dh-autoreconf
Standards-Version: 3.9.6
Section: libs
Homepage: http://libev.schmorp.de/
Vcs-Git: git://anonscm.debian.org/collab-maint/libev.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libev.git
Package: libev-dev
Priority: extra
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libev4 (= ${binary:Version})
Description: static library, header files, and docs for libev
Static library, header files, and documentation for libev.
.
libev provides a full-featured and high-performance event loop that is
loosely modelled after libevent. It includes relative timers, absolute
timers with customized rescheduling, synchronous signals, process status
change events, event watchers dealing with the event loop itself, file
watchers, and even limited support for fork events. It uses a priority
queue to manage timers and uses arrays as fundamental data structure. It
has no artificial limitations on the number of watchers waiting for the
same event.
.
libev supports select, poll, epoll, kqueue, and inotify.
Package: libev-libevent-dev
Priority: extra
Section: libdevel
Architecture: all
Depends: ${misc:Depends},
libev4 (>= ${source:Upstream-Version}),
libev4 (<< ${source:Upstream-Version}+1~),
libev-dev
Conflicts: libevent-dev
Description: libevent event loop compatibility wrapper for libev
Compatibility wrapper "event.h" to enable programs which use the
libevent event loop to link against libev.
.
libev provides a full-featured and high-performance event loop that is
loosely modelled after libevent. It includes relative timers, absolute
timers with customized rescheduling, synchronous signals, process status
change events, event watchers dealing with the event loop itself, file
watchers, and even limited support for fork events. It uses a priority
queue to manage timers and uses arrays as fundamental data structure. It
has no artificial limitations on the number of watchers waiting for the
same event.
.
libev supports select, poll, epoll, kqueue, and inotify.
Package: libev4
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: high-performance event loop library modelled after libevent
libev provides a full-featured and high-performance event loop that is
loosely modelled after libevent. It includes relative timers, absolute
timers with customized rescheduling, synchronous signals, process status
change events, event watchers dealing with the event loop itself, file
watchers, and even limited support for fork events. It uses a priority
queue to manage timers and uses arrays as fundamental data structure. It
has no artificial limitations on the number of watchers waiting for the
same event.
.
libev supports select, poll, epoll, kqueue, and inotify.
|