summaryrefslogtreecommitdiff
path: root/sci-mathematics/cryptominisat/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/cryptominisat/metadata.xml
parent0f15659d48c193027158492acb726297501202c5 (diff)
gentoo resync : 04.01.2022
Diffstat (limited to 'sci-mathematics/cryptominisat/metadata.xml')
-rw-r--r--sci-mathematics/cryptominisat/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-mathematics/cryptominisat/metadata.xml b/sci-mathematics/cryptominisat/metadata.xml
new file mode 100644
index 000000000000..694a2c352cda
--- /dev/null
+++ b/sci-mathematics/cryptominisat/metadata.xml
@@ -0,0 +1,20 @@
+<?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>
+ This system provides CryptoMiniSat, an advanced incremental SAT solver.
+ The system has 3 interfaces: command-line, C++ library and python.
+ The command-line interface takes a cnf as an input in the DIMACS format
+ with the extension of XOR clauses. The C++ and python interface mimics this
+ and also allows for incremental use: assumptions and multiple solve calls.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/msoos/cryptominisat/issues/</bugs-to>
+ <remote-id type="github">msoos/cryptominisat</remote-id>
+ </upstream>
+</pkgmetadata>