File: control

package info (click to toggle)
luasocket 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 752 kB
  • ctags: 639
  • sloc: ansic: 3,063; sh: 138; makefile: 87
file content (88 lines) | stat: -rw-r--r-- 3,044 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
78
79
80
81
82
83
84
85
86
87
88
Source: luasocket
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Uploaders: Daniel Silverstone <dsilvers@debian.org>
Build-Depends: debhelper (>= 5), liblua50-dev (>= 5.0.3-2), liblualib50-dev, lua5.1-policy-dev, dpatch, cdbs  (>= 0.4.23-1.1)
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/luasocket
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/luasocket
Homepage: http://www.tecgraf.puc-rio.br/luasocket/

Package: liblua5.1-socket2
Architecture: any
Depends: ${misc: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: ${misc:Depends}, liblua5.1-socket2 (= ${binary:Version})
Suggests: liblua-socket-dev
Section: libdevel
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: ${misc: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: ${misc:Depends}, liblua50-socket2 (= ${binary:Version}), liblua50-dev
Replaces: luasocket-dev
Conflicts: luasocket-dev
Provides: luasocket-dev
Suggests: liblua-socket-dev
Section: libdevel
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
Depends: ${misc:Depends}
Description: TCP/UDP socket library for Lua 5.0
 This is a dummy package for upgrading to liblua50-socket0.

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

Package: liblua-socket-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: TCP/UDP socket library for Lua documentation
 This package contains the documentation of the luasocket library,
 for both the lua5.1 and lua50 flavours of the 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.