File: control

package info (click to toggle)
libconvert-color-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 272 kB
  • ctags: 103
  • sloc: perl: 1,728; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,310 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
30
31
Source: libconvert-color-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: liblist-utilsby-perl,
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libtest-number-delta-perl,
                     libtest-pod-perl,
                     perl,
                     x11-common
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconvert-color-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-color-perl.git
Homepage: https://metacpan.org/release/Convert-Color

Package: libconvert-color-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-utilsby-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0)
Recommends: x11-common
Description: Perl module for color space conversions and named lookups
 Convert::Color provides conversions between commonly used ways to express
 colors. It provides conversions between color spaces such as RGB and HSV, and
 it provides ways to look up colors by a name.