File: control

package info (click to toggle)
libmath-vector-real-xs-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 300 kB
  • ctags: 785
  • sloc: ansic: 611; perl: 98; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,055 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
Source: libmath-vector-real-xs-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.20120312~),
               libmath-vector-real-perl (>= 0.17),
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-vector-real-xs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-vector-real-xs-perl.git
Homepage: https://metacpan.org/release/Math-Vector-Real-XS

Package: libmath-vector-real-xs-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libmath-vector-real-perl (>= 0.17)
Description: Perl module for real vector arithmetic in fast XS
 Math::Vector::Real::XS reimplements most of the functions in
 Math::Vector::Real in XS for a great performance boost.
 .
 Once this module is installed, Math::Vector::Real will load and use it
 automatically.