File: control

package info (click to toggle)
libexcel-template-perl 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 604 kB
  • ctags: 280
  • sloc: perl: 3,471; xml: 210; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,218 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
Source: libexcel-template-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
 libio-stringy-perl,
 libspreadsheet-writeexcel-perl,
 libtest-deep-perl,
 libtest-exception-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 libxml-parser-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libexcel-template-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libexcel-template-perl.git
Homepage: https://metacpan.org/release/Excel-Template
Testsuite: autopkgtest-pkg-perl

Package: libexcel-template-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libio-stringy-perl,
 libspreadsheet-writeexcel-perl,
 libxml-parser-perl
Description: Perl module for templating Excel files
 Excel::Template is a layout system that uses the data structures from
 HTML::Template to create an Excel spreadsheet file from an XML template
 file that describes it.  Note that all limitations stated in the module
 Spreadsheet::WriteExcel are in force, as that is the module used for
 rendering.