File: control

package info (click to toggle)
libkqueue 2.3.1-1.1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 792 kB
  • sloc: ansic: 9,341; makefile: 68; perl: 22; sh: 7
file content (34 lines) | stat: -rw-r--r-- 1,432 bytes parent folder | download
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
Source: libkqueue
Section: libs
Priority: optional
Maintainer: Mark Heily <mark@heily.com>
Build-Depends: debhelper-compat (= 12), cmake
Standards-Version: 4.5.0
Vcs-Git: https://github.com/mheily/debian-packages.git -b libkqueue
Vcs-Browser: https://github.com/mheily/debian-packages/tree/libkqueue
Homepage: https://github.com/mheily/libkqueue/wiki

Package: libkqueue0t64
Provides: ${t64:Provides}
Replaces: libkqueue0
Breaks: libkqueue0 (<< ${source:Version})
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: libkqueue0t64 (= ${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.