File: control

package info (click to toggle)
saml 970418-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,188 kB
  • ctags: 1,703
  • sloc: ansic: 17,186; sh: 2,573; yacc: 497; perl: 264; makefile: 242; python: 242
file content (21 lines) | stat: -rw-r--r-- 949 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
Source: saml
Section: math
Priority: optional
Maintainer: Adam Majer <adamm@galacticasoftware.com>
Standards-Version: 3.5.6
Build-Depends: debhelper (>= 3), python-dev (>= 2.1), python-dev (<< 2.2), texi2html, libgdbmg1-dev, libreadline4-dev | libreadline-dev

Package: saml
Architecture: any
Depends: ${shlibs:Depends}
Suggests: python (>= 2.1), python (<< 2.2)
Description: Simple Algebraic Math Library
 A C library for symbolic calculations, accompanied
 by some application programs (samuel, factorint, induce),
 and Python bindings. The library provides an object-oriented 
 framework for defining and handling mathematical types, and implements
 the most common data types of computer algebra: integers,
 reals, fractions, complex numbers, polynomials, tensors, matrices, etc.
 The application programs consist of an interactive symbolic
 calculator (samuel), a programming language (induce) and
 a program to factorize integers (factorint).