File: control

package info (click to toggle)
libgraphics-primitive-perl 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 372 kB
  • ctags: 207
  • sloc: perl: 2,586; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,558 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
32
33
34
35
36
37
Source: libgraphics-primitive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Brian Cassidy <brian.cassidy@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libforest-perl,
                     libgeometry-primitive-perl,
                     libgraphics-color-perl,
                     libjson-any-perl,
                     libmoose-perl,
                     libmoosex-clone-perl,
                     libmoosex-storage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraphics-primitive-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraphics-primitive-perl.git
Homepage: https://metacpan.org/release/Graphics-Primitive

Package: libgraphics-primitive-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libforest-perl,
         libgeometry-primitive-perl,
         libgraphics-color-perl,
         libjson-any-perl,
         libmoose-perl,
         libmoosex-clone-perl,
         libmoosex-storage-perl
Description: system to portably create and manipulate graphical components
 Graphics::Primitive is a Perl module that provides an abstraction layer for
 creating and manipulating graphical elements such as Borders, Fonts, Paths
 and the like. It provides mechanisms to create graphical layouts and pass it
 along to drivers for the actual on-screen rendering.