metadata.xml 1.1 KB

1234567891011121314151617181920212223242526
  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. Yacas (Yet Another Computer Algebra System) is a small and highly
  10. flexible general-purpose computer algebra language. The syntax uses a
  11. infix-operator grammar parser. The distribution contains a small
  12. library of mathematical functions, but its real strength is in the
  13. language in which you can easily write your own symbolic manipulation
  14. algorithms.
  15. </longdescription>
  16. <use>
  17. <flag name="doc">Generate HTML documentation</flag>
  18. <flag name="gui">Build graphical interface for the native yacas engine. Requires Qt5</flag>
  19. <flag name="java">Build the Java yacas engine and text console for it</flag>
  20. <flag name="jupyter">Add support for jupyter notebook</flag>
  21. </use>
  22. <upstream>
  23. <remote-id type="sourceforge">yacas</remote-id>
  24. </upstream>
  25. </pkgmetadata>