File: control

package info (click to toggle)
libmath-gsl-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 89,408 kB
  • ctags: 150,945
  • sloc: ansic: 590,456; perl: 21,378; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,206 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
28
29
30
31
Source: libmath-gsl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Wolfgang Fütterer <debian@wlf-online.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libpkgconfig-perl,
               libtest-class-perl,
               libtest-exception-perl,
               libtest-most-perl (>= 0.31),
               libtest-taint-perl (>= 1.06),
               libmodule-build-perl,
               perl,
               libgsl-dev,
               swig
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-gsl-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git
Homepage: https://metacpan.org/release/Math-GSL

Package: libmath-gsl-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: interface to the GNU Scientific Library using SWIG
 The GNU Scientific Library (GSL) is a numerical library for C
 and C++ programmers. It is free software under the GNU General
 Public License. Math::GSL uses SWIG to generate Perl bindings to
 most GSL functionality.