mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2025-02-17 02:38:02 +00:00
![mheily](/assets/img/avatar_default.png)
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@244 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
Source: libkqueue
|
|
Section: libs
|
|
Priority: extra
|
|
Maintainer: Mark Heily <mark@heily.com>
|
|
Build-Depends: debhelper (>= 7)
|
|
Standards-Version: 3.8.4
|
|
Vcs-Svn: svn://mark.heily.com/libkqueue
|
|
Homepage: http://mark.heily.com/libkqueue
|
|
|
|
Package: libkqueue0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: cross-platform library for kernel event notification
|
|
libkqueue is a portable userspace implementation of the kqueue(2)
|
|
kernel event notification mechanism found in FreeBSD and other BSD-based
|
|
operating systems. The library translates between the kevent structure
|
|
and the native kernel facilities of the host machine.
|
|
|
|
Package: libkqueue-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libkqueue0 (= ${binary:Version}), ${misc:Depends}
|
|
Description: Development files for libkqueue
|
|
Contains the header files, manpages, and static libraries for use in
|
|
developing applications that use the libkqueue library.
|
|
.
|
|
libkqueue is a portable userspace implementation of the kqueue(2)
|
|
kernel event notification mechanism found in FreeBSD and other BSD-based
|
|
operating systems. The library translates between the kevent structure
|
|
and the native kernel facilities of the host machine.
|