File: control

package info (click to toggle)
lua-sql 2.3.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 792 kB
  • sloc: ansic: 3,736; java: 123; makefile: 47; xml: 38
file content (108 lines) | stat: -rw-r--r-- 3,836 bytes parent folder | download | duplicates (2)
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Source: lua-sql
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8.1.3), dh-lua, default-libmysqlclient-dev, libsqlite3-dev, libpq-dev, unixodbc-dev
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-sql
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-sql
Homepage: https://github.com/keplerproject/luasql

Package: lua-sql-sqlite3
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql library for the Lua language
 This package contains the luasql library (Sqlite3 backend).

Package: lua-sql-sqlite3-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: lua-sql-sqlite3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Section: libdevel
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql development files for the Lua language
 This package contains the development files of the luasql library
 (Sqlite3 backend), useful to create a statically linked binary 
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-postgres
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql library for the Lua language
 This package contains the luasql library (PostgreSQL backend).

Package: lua-sql-postgres-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Section: libdevel
Depends: lua-sql-postgres (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql development files for the Lua language
 This package contains the development files of the luasql library
 (PostgreSQL backend), useful to create a statically linked binary 
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-mysql
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql library for the Lua language
 This package contains the luasql library (MySQL backend).

Package: lua-sql-mysql-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: lua-sql-mysql (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Section: libdevel
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql development files for the Lua language
 This package contains the development files of the luasql library 
 (MySQL backend), useful to create a statically linked binary 
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-odbc
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql library for the Lua language
 This package contains the luasql library (ODBC backend).

Package: lua-sql-odbc-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: lua-sql-odbc (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Section: libdevel
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: luasql development files for the Lua language
 This package contains the development files of the luasql library 
 (ODBC backend), useful to create a statically linked binary 
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: luasql documentation
 This package contains the documentation of the luasql library.