File: control

package info (click to toggle)
libmath-gradient-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 88 kB
  • ctags: 10
  • sloc: perl: 116; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 931 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libmath-gradient-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Math-Gradient/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-gradient-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-gradient-perl/

Package: libmath-gradient-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module for calculating smooth numerical transitions
 Math::Gradient is a Perl module that is useful for calculating numbers needed
 to make smooth transitions between two or more numerical values (graphically
 represented as gradients). The primary intent of this module is to make it
 easy to mix colours, both in terms of basic and multiple-point gradients.