File: control

package info (click to toggle)
libmath-sparsematrix-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 80 kB
  • ctags: 8
  • sloc: perl: 230; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 932 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
Source: libmath-sparsematrix-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: libmath-sparsevector-perl (>= 0.01),
 perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Math-SparseMatrix/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-sparsematrix-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-sparsematrix-perl/

Package: libmath-sparsematrix-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmath-sparsevector-perl (>= 0.01)
Description: Provides a sparse matrix class for perl
 Math::SparseMatrix provides simple sparse matrix functionality such as
 creation of sparse matrices, writing them out to a file, reading
 matrices from files and reading transpose of a matrix stored in a
 file.