File: control

package info (click to toggle)
libcolor-library-perl 0.021-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,944 kB
  • ctags: 139
  • sloc: perl: 13,739; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,275 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
26
27
28
29
Source: libcolor-library-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-accessor-perl,
                     libclass-data-inheritable-perl,
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libtest-most-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Color-Library/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcolor-library-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcolor-library-perl.git

Package: libcolor-library-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libclass-data-inheritable-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0)
Description: comprehensive named-colour library
 Color::Library is a Perl module that provides a library of web (SVG, HTML
 and CSS) colours, X11 colours, Windows system palette colours, and more. It
 provides a simple way to specify colour names and retrieve the corresponding
 RGB definition in return.