File: control

package info (click to toggle)
luxio 13-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 420 kB
  • ctags: 449
  • sloc: ansic: 3,117; makefile: 72; sh: 24
file content (66 lines) | stat: -rw-r--r-- 2,645 bytes parent folder | download | duplicates (2)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: luxio
Maintainer: Daniel Silverstone <dsilvers@digital-scurf.org>
Uploaders: Rob Kendrick <rjek@rjek.com>
Section: interpreters
Priority: optional
Standards-Version: 3.9.8
Build-Depends: dh-lua, debhelper (>= 9.20120909~), lua-ldoc, lua-discount
Homepage: https://git.gitano.org.uk/luxio.git/

Package: lua-luxio0
Architecture: all
Depends: lua-luxio, ${misc:Depends}
Section: oldlibs
Priority: extra
Description: Posix bindings for Lua (transitional package)
 Lightweight UNIX I/O and POSIX binding for Lua
 .
 This is a transitional package as the full content has been moved to the
 lua-luxio package.

Package: lua-luxio
Provides: lua-luxio0, ${lua:Provides}
Breaks: lua-luxio0 (<<9 )
Replaces: lua-luxio0 (<< 9)
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
XB-Lua-Versions: ${lua:Versions}
Description: Posix bindings for Lua
 Lightweight UNIX I/O and POSIX binding for Lua
 .
  * Reasonably good coverage of POSIX and BSD Sockets, including IPv6,
    and some GNU extensions.
  * Low-level.  You get the return values and the errno for the bound
    functions where possible.  Others take a table to fill in, or
    may return tables.
  * High-level wrapper library providing nice IO access and to misc.
    utility functions.  Generates useful errors in assert()able form,
    and provides meaningful __tostring metamethods to aid debugging.
  * A high-level poll()-based event dispatch library.
  * Sub-process handling library (read/write io.popen with job control).
  * A prototype POSIX Message Queue-based IPC scheme that can serialise
    most simple Lua values.  (No closures, userdata, etc)

Package: lua-luxio-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Documentation for lua-luxio
 Lightweight UNIX I/O and POSIX binding for Lua
 .
  * Reasonably good coverage of POSIX and BSD Sockets, including IPv6,
    and some GNU extensions.
  * Low-level.  You get the return values and the errno for the bound
    functions where possible.  Others take a table to fill in, or
    may return tables.
  * High-level wrapper library providing nice IO access and to misc.
    utility functions.  Generates useful errors in assert()able form,
    and provides meaningful __tostring metamethods to aid debugging.
  * A high-level poll()-based event dispatch library.
  * Sub-process handling library (read/write io.popen with job control).
  * A prototype POSIX Message Queue-based IPC scheme that can serialise
    most simple Lua values.  (No closures, userdata, etc)
 .
 This package contains the documentation on how to use the Lua Luxio library.