File: control

package info (click to toggle)
libdbd-excel-perl 0.06-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 308 kB
  • ctags: 123
  • sloc: perl: 1,009; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,235 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
Source: libdbd-excel-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libdbi-perl,
                     libsql-statement-perl,
                     libspreadsheet-parseexcel-perl,
                     libspreadsheet-writeexcel-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbd-excel-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbd-excel-perl.git
Homepage: https://metacpan.org/release/DBD-Excel

Package: libdbd-excel-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbi-perl,
         libsql-statement-perl,
         libspreadsheet-parseexcel-perl,
         libspreadsheet-writeexcel-perl
Description: provides an SQL interface (via DBI) for accessing Excel files
 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.06, this module is still in an ALPHA VERSION according to its author.