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
|
Source: libmath-symbolic-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.400000)
Build-Depends-Indep: libparse-recdescent-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Math-Symbolic
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-symbolic-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-symbolic-perl.git
Testsuite: autopkgtest-pkg-perl
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.
|