File: control

package info (click to toggle)
sqliteodbc 0.91-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,412 kB
  • sloc: ansic: 34,510; sh: 11,960; makefile: 582; sql: 313
file content (39 lines) | stat: -rw-r--r-- 1,455 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
Source: sqliteodbc
Priority: optional
Maintainer: Sam Clegg <samo@debian.org>
Build-Depends: debhelper (>= 8), autotools-dev, cdbs, libsqlite-dev, unixodbc-dev, libsqlite3-dev
Uploaders: Lionel Elie Mamane <lmamane@debian.org>
Standards-Version: 3.9.2
Section: libs

Package: libsqliteodbc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: unixodbc-bin
Enhances: unixodbc
Description: ODBC driver for SQLite embedded database
 This package allows you to connect to an SQLite database using
 ODBC, the Open Database Connectivity abstraction layer which is
 understood by a variety of database tools that may not be able
 to talk to SQLite directly.

Package: libsqlite3-mod-blobtoxy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: libsqlite3-0
Description: SQLite3 extension module for read-only BLOB to X/Y mapping
 This package extends SQLite3 with functions to automatically generate
 X/Y graphs from BLOB data.

Package: libsqlite3-mod-impexp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: libsqlite3-0
Description: SQLite3 extension module for SQL script, XML, JSON and CSV import/export
 This package extends SQLite3 with functions to import/export data
 from/to SQL scripts and to export data to CSV (Comma-Separated
 Values), XML and JSON (JavaScript Object Notation).
 .
 The export to SQL can follow quoting conventions of other SQL
 databases: Oracle, SQL Server or MySQL.