mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
20 lines
757 B
XML
20 lines
757 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>
|
|
LibPoly is a C library for manipulating polynomials. The target
|
|
applications are symbolic reasoning engines, such as SMT solvers, that need
|
|
to reason about polynomial constraints. It is research software under
|
|
development, so the features and the API might change rapidly.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/SRI-CSL/libpoly/issues/</bugs-to>
|
|
<remote-id type="github">SRI-CSL/libpoly</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|