File: control

package info (click to toggle)
libpdf-table-perl 1%3A0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: perl: 999; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,379 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
Source: libpdf-table-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libpdf-api2-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-table-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-table-perl.git
Homepage: https://metacpan.org/release/PDF-Table
Testsuite: autopkgtest-pkg-perl

Package: libpdf-table-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpdf-api2-perl
Description: utility class for building table layouts in a PDF::API2 object
 PDF::Table is a utility for use with the PDF::API2 module from
 CPAN. It can be used to display text data in a table layout within
 the PDF. The text data must be in a 2d array (such as returned by a
 DBI statement handle fetchall_arrayref() call). The PDF::Table will
 automatically add as many new pages as necessary to display all of
 the data. Various layout properties, such as font, font size, and
 cell padding and background color can be specified for each column
 and/or for even/odd rows. See the METHODS section in the man page.