File: control

package info (click to toggle)
libtext-pdf-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 400 kB
  • ctags: 185
  • sloc: perl: 3,532; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 905 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
Source: libtext-pdf-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
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-pdf-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-pdf-perl.git
Homepage: https://metacpan.org/release/Text-PDF

Package: libtext-pdf-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: libfont-ttf-perl
Description: relatively low-level interface for manipulating PDFs
 Text::PDF provides a strong base for working with PDF files. It may be
 a bit hard to use for novices, but it is powerful enough for many other
 important Perl modules for PDF generation to depend on it.