mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
23 lines
859 B
XML
23 lines
859 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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="jupyter">Add support for jupyter notebook</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">grzegorzmazur/yacas</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|