Source: libkqueue-dmo
Section: libs
Priority: optional
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/mheily/libkqueue/wiki
Standards-Version: 4.7.2
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), cmake, ninja-build

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.
