File: control

package info (click to toggle)
luasocket 2.0.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 764 kB
  • ctags: 652
  • sloc: ansic: 3,148; sh: 131; makefile: 89
file content (77 lines) | stat: -rw-r--r-- 2,624 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: luasocket
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Uploaders: Daniel Silverstone <dsilvers@debian.org>
Build-Depends: debhelper (>= 4.1.0), liblua50-dev (>= 5.0.3-2), liblualib50-dev, lua5.1-policy-dev, dpatch, cdbs  (>= 0.4.23-1.1)
Standards-Version: 3.7.2
XS-X-Vcs-svn: svn://svn.debian.org/pkg-lua/packages/luasocket

Package: liblua5.1-socket2
Architecture: any
Depends: ${shlibs:Depends}
Description: TCP/UDP socket library for Lua 5.1
 Luasocket provides a TCP/UDP socket library for Lua 5.1
 .
 Also provided are HTTP and SMTP implementations, a simple
 FTP implementation and some URL parsing functions.
 .
 Luasocket supports blocking and non-blocking sockets
 and also provides a select() interface to the language.

Package: liblua5.1-socket-dev
Architecture: any
Depends: liblua5.1-socket2 (= ${Source-Version})
Description: TCP/UDP socket library for Lua 5.1
 This package provides the development headers and the static
 libraries for libluasocket.

Package: liblua50-socket2
Architecture: any
Depends: ${shlibs:Depends}
Recommends: lua50 (>= 5.0.3-2)
Replaces: luasocket
Conflicts: luasocket
Provides: luasocket
Description: TCP/UDP socket library for Lua 5.0
 Luasocket provides a TCP/UDP socket library for Lua 5.0
 .
 Also provided are HTTP and SMTP implementations, a simple
 FTP implementation and some URL parsing functions.
 .
 Luasocket supports blocking and non-blocking sockets
 and also provides a select() interface to the language.

Package: liblua50-socket-dev
Architecture: any
Recommends: lua50 (>= 5.0.3-2)
Depends: liblua50-socket2 (= ${Source-Version}), liblua50-dev
Replaces: luasocket-dev
Conflicts: luasocket-dev
Provides: luasocket-dev
Description: TCP/UDP socket library for Lua 5.0
 This package provides the development headers and the static
 libraries for libluasocket.

Package: luasocket
Architecture: all
Description: TCP/UDP socket library for Lua 5.0
 This is a dummy package for upgrading to liblua50-socket0.

Package: luasocket-dev
Architecture: all
Description: TCP/UDP socket library for Lua 5.0
 This is a dummy package for upgrading to liblua50-socket-dev.

Package: luasocket-doc
Architecture: all
Description: TCP/UDP socket library for Lua documentation
 This package contains the documentation of the luasocket library.
 .
 Luasocket provides a TCP/UDP socket library for Lua
 .
 Also provided are HTTP and SMTP implementations, a simple
 FTP implementation and some URL parsing functions.
 .
 Luasocket supports blocking and non-blocking sockets
 and also provides a select() interface to the language.