summaryrefslogtreecommitdiff
blob: a2363e0a621de579dbdf26f3d7f914c90c944727 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-mathematics</herd>
<longdescription lang="en">
  Computer Algebra system, descendent of Macsyma.
  Maxima is a system for the manipulation of symbolic and 
  numerical expressions, including differentiation, integration, 
  Taylor series, Laplace transforms, ordinary differential 
  equations, systems of linear equations, and vectors, matrices, 
  and tensors. Maxima produces high precision results by using 
  exact fractions and arbitrarily long floating point representations, 
  and can plot functions and data in two and three dimensions.
</longdescription>
<use>
  <flag name='clisp'>Add support for GNU ANSI Common Lisp
    (<pkg>dev-lisp/clisp</pkg>)</flag>
  <flag name='cmucl'>Add support for CMU Common Lisp
    (<pkg>dev-lisp/cmucl</pkg>)</flag>
  <flag name='gcl'>Add support for GNU Common Lisp
    (<pkg>dev-lisp/gcl</pkg>)</flag>
  <flag name='sbcl'>Add support for Steel Bank Common Lisp
    (<pkg>dev-lisp/sbcl</pkg>)</flag>
</use>
</pkgmetadata>