File: control

package info (click to toggle)
libpostscript-simple-perl 0.09-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 2,487; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 957 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: 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.