summaryrefslogtreecommitdiff
path: root/sci-mathematics/yacas/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/yacas/metadata.xml')
-rw-r--r--sci-mathematics/yacas/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-mathematics/yacas/metadata.xml b/sci-mathematics/yacas/metadata.xml
new file mode 100644
index 000000000000..9790239a614e
--- /dev/null
+++ b/sci-mathematics/yacas/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Yacas (Yet Another Computer Algebra System) is a small and highly
+ flexible general-purpose computer algebra language. The syntax uses a
+ infix-operator grammar parser. The distribution contains a small
+ library of mathematical functions, but its real strength is in the
+ language in which you can easily write your own symbolic manipulation
+ algorithms.
+ </longdescription>
+ <use>
+ <flag name="doc">Generate HTML documentation</flag>
+ <flag name="gui">Build graphical interface for the native yacas engine. Requires Qt5</flag>
+ <flag name="java">Build the Java yacas engine and text console for it</flag>
+ <flag name="jupyter">Add support for jupyter notebook</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">yacas</remote-id>
+ </upstream>
+</pkgmetadata>