File: control

package info (click to toggle)
luasocket 2.0-alpha-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 452 kB
  • ctags: 437
  • sloc: ansic: 2,015; makefile: 107
file content (27 lines) | stat: -rw-r--r-- 842 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
Source: luasocket
Section: interpreters
Priority: optional
Maintainer: Daniel Silverstone <dsilvers@debian.org>
Build-Depends: debhelper (>= 3.0.24), liblua50-dev, liblualib50-dev
Standards-Version: 3.6.0

Package: luasocket
Architecture: any
Depends: ${shlibs:Depends}
Recommends: lua50
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: luasocket-dev
Architecture: any
Depends: liblua50-dev
Recommends: lua50
Description: TCP/UDP socket library for Lua 5.0
 This package provides the development headers and the static
 libraries for libluasocket.