File: control

package info (click to toggle)
dbd-excel 0.05-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 184 kB
  • ctags: 46
  • sloc: perl: 1,009; makefile: 50
file content (15 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: dbd-excel
Section: interpreters
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends-Indep: perl, debhelper (>= 3.0.0), libdbi-perl, libsql-statement-perl, libspreadsheet-parseexcel-perl, libspreadsheet-writeexcel-perl
Standards-Version: 3.5.0

Package: libdbd-excel-perl
Architecture: all
Depends: ${perl:Depends}, libdbi-perl, libsql-statement-perl, libspreadsheet-parseexcel-perl, libspreadsheet-writeexcel-perl
Description: Perl5 module for Excel file access with SQL via DBI
 The DBD::Excel module is a DBI driver which permits access to Excel files 
 (in the 95, 97 and 2000 flavours) via SQL commands through the Perl DBI. 
 .
 As of 0.02, this module is still in an ALPHA VERSION according to its author.