File: control

package info (click to toggle)
libmath-gsl-perl 0.49-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192,040 kB
  • sloc: ansic: 895,452; perl: 24,787; makefile: 12
file content (40 lines) | stat: -rw-r--r-- 1,274 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
32
33
34
35
36
37
38
39
40
Source: libmath-gsl-perl
Standards-Version: 4.7.2
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
Build-Depends:
 debhelper-compat (= 13),
 libgsl-dev (<< 2.9~),
 libgsl-dev (>= 2.8),
 libmodule-build-perl,
 libpkgconfig-perl,
 libscalar-list-utils-perl <!nocheck>,
 libtest-class-perl <!nocheck>,
 libtest-exception-perl <!nocheck>,
 libtest-most-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtest-taint-perl <!nocheck>,
 libversion-perl <!nocheck>,
 perl-xs-dev,
 perl:native,
 swig,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-gsl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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},
 libscalar-list-utils-perl,
 libversion-perl,
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.