File: control

package info (click to toggle)
libpdf-writer-perl 0.06-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 372; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,048 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
Source: libpdf-writer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Build-Depends: debhelper (>= 9), libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpdf-writer-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdf-writer-perl.git
Homepage: https://metacpan.org/release/PDF-Writer
Testsuite: autopkgtest-pkg-perl

Package: libpdf-writer-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libpdf-api2-perl
Description: PDF writer abstraction layer
 PDF::Writer is a generalised API that allows a module that generates PDFs to
 transparently target multiple backends without changing its code. The
 currently supported backends are:
  * PDF::API2
  * PDFlib (versions 3+)
  * Mock
 If both PDF::API2 and pdflib_pl are available, PDF::API2 is preferred.
 If neither is available, a run-time exception will be thrown.