File: control

package info (click to toggle)
libpdl-io-matlab-perl 0.005-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,752 kB
  • ctags: 684
  • sloc: ansic: 19,025; sh: 10,875; makefile: 658; perl: 120
file content (27 lines) | stat: -rw-r--r-- 1,090 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
Source: libpdl-io-matlab-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               perl,
               pdl (>= 1:2.016),
               libmatio-dev (>= 1.5.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpdl-io-matlab-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpdl-io-matlab-perl.git
Homepage: https://github.com/jlapeyre/PDL-IO-Matlab/

Package: libpdl-io-matlab-perl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${perl:Depends},
         ${pdl:Depends}
Description: PDL support to read/write Matlab format data files
 PDL::IO::Matlab provides routines to read and write Matlab data files in PDL
 (perl data language) programs. Both functional and OO interface are provided.
 .
 Only real, multi-dimensional arrays corresponding to PDL data types are
 supported. Compression for both reading and writing is supported.