Source: lua-cqueues Section: interpreters Priority: optional Maintainer: Debian Lua Team Uploaders: Ondřej Surý , Santiago Ruano Rincón , Jakub Ružička Build-Depends: debhelper-compat (= 12), dh-lua, libssl-dev, libz-dev, libzstd-dev, m4 Standards-Version: 4.7.0 Homepage: http://www.25thandclement.com/~william/projects/cqueues.html Vcs-Git: https://salsa.debian.org/lua-team/lua-cqueues.git Vcs-Browser: https://salsa.debian.org/lua-team/lua-cqueues Package: lua-cqueues Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: event loop for Lua cqueues is a type of event loop for Lua, except it's not a classic event loop. It doesn't use callbacks—neither as part of the API nor internally—but instead you communicate with an event controller by the yielding and resumption of Lua coroutines using objects that adhere to a simple interface. Package: lua-cqueues-dev Architecture: any Multi-Arch: same Depends: lua-cqueues (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: event loop for Lua (development package) cqueues is a type of event loop for Lua, except it's not a classic event loop. It doesn't use callbacks—neither as part of the API nor internally—but instead you communicate with an event controller by the yielding and resumption of Lua coroutines using objects that adhere to a simple interface.