1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libpostscript-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpostscript-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpostscript-simple-perl.git
Homepage: https://metacpan.org/release/PostScript-Simple
Testsuite: autopkgtest-pkg-perl
Package: libpostscript-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl library for generating postscript files
PostScript::Simple allows you to have a simple method of writing
PostScript files from Perl. It has several graphics primitives that
allow lines, circles, polygons and boxes to be drawn. Text can be
added to the page using standard PostScript fonts.
|