metadata.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci-mathematics@gentoo.org</email>
  6. <name>Gentoo Mathematics Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. Computer Algebra system, descendent of Macsyma.
  10. Maxima is a system for the manipulation of symbolic and
  11. numerical expressions, including differentiation, integration,
  12. Taylor series, Laplace transforms, ordinary differential
  13. equations, systems of linear equations, and vectors, matrices,
  14. and tensors. Maxima produces high precision results by using
  15. exact fractions and arbitrarily long floating point representations,
  16. and can plot functions and data in two and three dimensions.
  17. </longdescription>
  18. <use>
  19. <flag name="clisp">Compile maxima with GNU CLISP
  20. (<pkg>dev-lisp/clisp</pkg>)</flag>
  21. <flag name="clozurecl">Compile maxima with Clozure Common Lisp
  22. (<pkg>dev-lisp/clozurecl</pkg>)</flag>
  23. <flag name="cmucl">Compile maxima with CMU Common Lisp
  24. (<pkg>dev-lisp/cmucl</pkg>)</flag>
  25. <flag name="ecls">Compile maxima with Embeddable Common Lisp
  26. (<pkg>dev-lisp/ecls</pkg>)</flag>
  27. <flag name="gcl">Compile maxima with GNU Common Lisp
  28. (<pkg>dev-lisp/gcl</pkg>)</flag>
  29. <flag name="sbcl">Compile maxima with Steel Bank Common Lisp
  30. (<pkg>dev-lisp/sbcl</pkg>)</flag>
  31. </use>
  32. <upstream>
  33. <remote-id type="sourceforge">maxima</remote-id>
  34. </upstream>
  35. </pkgmetadata>