You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/stp/metadata.xml

34 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>jeffrey@icurse.nl</email>
<name>Jeffrey Lin</name>
</maintainer>
<maintainer type="project">
<email>sci-mathematics@gentoo.org</email>
<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription>
STP is a constraint solver (or SMT solver) aimed at solving
constraints of bitvectors and arrays. These types of
constraints can be generated by program analysis tools, theorem
provers, automated bug finders, cryptographic attack tools,
intelligent fuzzers, model checkers, and by many other
applications.
</longdescription>
<upstream>
<bugs-to>https://github.com/stp/stp/issues/</bugs-to>
<remote-id type="github">stp/stp</remote-id>
</upstream>
<use>
<flag name="cryptominisat">
Enable <pkg>sci-mathematics/cryptominisat</pkg> support
</flag>
<flag name="python">
Enable building the Python interface
</flag>
</use>
</pkgmetadata>