File: control

package info (click to toggle)
luasocket 3.0~rc1%2Bgit%2Bac3201d-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,216 kB
  • ctags: 1,095
  • sloc: ansic: 4,487; makefile: 320; sh: 116
file content (38 lines) | stat: -rw-r--r-- 1,383 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
Source: luasocket
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Uploaders: Daniel Silverstone <dsilvers@debian.org>, Mathieu Parent <sathieu@debian.org>
Build-Depends: debhelper (>= 8), dh-lua (>= 24~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-lua/luasocket.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-lua/luasocket.git
Homepage: http://w3.impa.br/~diego/software/luasocket/

Package: lua-socket
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: TCP/UDP socket library for the Lua language
 Luasocket provides a TCP/UDP socket library for the Lua language
 .
 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: lua-socket-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, lua-socket (= ${binary:Version})
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Section: libdevel
Description: luasocket development files for the Lua language
 This package provides the development headers and the static
 libraries for libluasocket.