Source: libkqueue
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 dpkg-dev,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/mheily/libkqueue
Vcs-Browser: https://github.com/mheily/libkqueue
Vcs-Git: https://github.com/mheily/libkqueue.git

Package: libkqueue0
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: kqueue(2) compatibility library
 A user space implementation of the kqueue(2) kernel event notification mechanism libkqueue acts as a translator between the kevent structure and the native kernel facilities on Linux, Android, Solaris, and Windows.  libkqueue is not perfect, and you may need to change the behaviour of your application to work around limitations on a given platform. Please see BUGS for known behavioural differences between libkqueue and BSD kqueues.

#Package: libkqueue0t64
#Architecture: any
#Depends: ${shlibs:Depends},
# ${misc:Depends},
#Provides: ${t64:Provides},
#Breaks: libkqueue0 (<< ${source:Version}),
#Replaces: libkqueue0,
#Description: kqueue(2) compatibility library
# A user space implementation of the kqueue(2) kernel event notification mechanism libkqueue acts as a translator between the kevent structure and the native kernel facilities on Linux, Android, Solaris, and Windows.  libkqueue is not perfect, and you may need to change the behaviour of your application to work around limitations on a given platform. Please see BUGS for known behavioural differences between libkqueue and BSD kqueues.

Package: libkqueue-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libkqueue0 (= ${binary:Version}) | libkqueue0t64 (= ${binary:Version}),
Description: kqueue(2) compatibility library
 A user space implementation of the kqueue(2) kernel event notification mechanism libkqueue acts as a translator between the kevent structure and the native kernel facilities on Linux, Android, Solaris, and Windows.  libkqueue is not perfect, and you may need to change the behaviour of your application to work around limitations on a given platform. Please see BUGS for known behavioural differences between libkqueue and BSD kqueues.