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.
|