File: control

package info (click to toggle)
libpdl-graphics-colorspace-perl 0.206-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 537; ansic: 274; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,169 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
Source: libpdl-graphics-colorspace-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ed J <etj@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl,
               libtest-simple-perl <!nocheck>,
               pdl (>= 1:2.096),
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-colorspace-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-graphics-colorspace-perl.git
Homepage: https://metacpan.org/release/PDL-Graphics-ColorSpace
Rules-Requires-Root: no

Package: libpdl-graphics-colorspace-perl
Architecture: any
Depends: ${pdl:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Colour-space conversions for PDL
 PDL::Graphics::ColorSpace does image color space conversions such as
 RGB to XYZ and Lab to LCH.
 .
 Derived from Graphics::ColorObject (Izvorski & Reibenschuh, 2005)
 but since it's implemented in C and PDL, it runs *much* faster.