File: control

package info (click to toggle)
libmath-symbolic-perl 0.612-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,260 kB
  • ctags: 265
  • sloc: perl: 12,634; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,031 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
Source: libmath-symbolic-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
 perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
Build-Depends-Indep: perl,
 libparse-recdescent-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Math-Symbolic/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-symbolic-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-symbolic-perl.git

Package: libmath-symbolic-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libparse-recdescent-perl
Description: module for performing symbolic calculations
 Math::Symbolic is a Perl module for performing symbolic calculations, similar
 to Computer Algebra Systems (CAS) like Maxima, Maple and Mathematica. Using
 this software, algebraic expressions can be parsed from strings, manipulated
 in Perl and even compiled into code references.