File: control

package info (click to toggle)
lua-event 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 213
  • sloc: ansic: 726; makefile: 42; sh: 1
file content (47 lines) | stat: -rw-r--r-- 1,759 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
47
Source: lua-event
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 9), dh-lua, libevent-dev, lua-socket
Standards-Version: 3.9.3
Homepage: https://github.com/harningt/luaevent.git
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-event.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-event.git

Package: lua-event
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, lua-socket
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: asynchronous event notification library for Lua
 This package contains the bindings for libevent, a synchronous event
 notification library that provides a mechanish to execute a callback function
 when a specific event occurs on a file descriptor or after a timeout has been
 reached.

Package: lua-event-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Section: libdevel
Depends: lua-event (= ${binary:Version}), ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: libevent development files for the Lua language
 This package contains the development files of the libevent Lua 
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter). Documentation is also shipped within this
 package.

Package: lua-event-dbg
Architecture: any
Priority: extra
Section: debug
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: lua-event (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
XB-Lua-Versions: ${lua:Versions}
Description: asynchronous event notification library for Lua, debug symbols
 This package contains the debugging symbols for lua-event.