summaryrefslogtreecommitdiff
path: root/sci-mathematics/stp/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-04 01:27:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-04 01:27:12 +0000
commit3517852e3b8a68d1e997770fc0650c5053bafc6c (patch)
tree44068672445b1418489aed82de58df3c470289e7 /sci-mathematics/stp/metadata.xml
parent0f15659d48c193027158492acb726297501202c5 (diff)
gentoo resync : 04.01.2022
Diffstat (limited to 'sci-mathematics/stp/metadata.xml')
-rw-r--r--sci-mathematics/stp/metadata.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/sci-mathematics/stp/metadata.xml b/sci-mathematics/stp/metadata.xml
new file mode 100644
index 000000000000..5054ed8fec27
--- /dev/null
+++ b/sci-mathematics/stp/metadata.xml
@@ -0,0 +1,33 @@
+<?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>