File: control

package info (click to toggle)
lua-cqueues 20200726-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,848 kB
  • sloc: ansic: 23,623; sh: 2,984; makefile: 24
file content (46 lines) | stat: -rw-r--r-- 1,735 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
35
36
37
38
39
40
41
42
43
44
45
46
Source: lua-cqueues
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
           Santiago Ruano Rincón <santiago@debian.org>,
           Jakub Ružička <jru@debian.org>
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.