File: control

package info (click to toggle)
libmath-vec-perl 1.01-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 324; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,113 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
Source: libmath-vec-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9~),
               libmodule-build-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-vec-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-vec-perl.git
Homepage: https://metacpan.org/release/Math-Vec

Package: libmath-vec-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Object-Oriented Vector Math Methods in Perl
 This module was adapted from Math::Vector, written by Wayne M. Syvinski.
 .
 It uses most of the same algorithms, and currently preserves the same
 names as the original functions, though some aliases have been added to
 make the interface more natural.
 .
 The "object" for the object oriented calling style is a blessed array
 reference which contains a vector of the form [x,y,z].  Methods will
 typically return a list.