summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-24 10:32:16 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-24 10:32:16 +0100
commit0302bfc9017653c5e69e067e0d54507f6a46c5ab (patch)
tree51a08162ce2861a689f67516fcd0fd5f529ed7d3 /sci-mathematics/minisat
parentsci-mathematics/minisat: don't install static libraries (pg0204) (diff)
downloadgentoo-0302bfc9017653c5e69e067e0d54507f6a46c5ab.tar.gz
gentoo-0302bfc9017653c5e69e067e0d54507f6a46c5ab.tar.bz2
gentoo-0302bfc9017653c5e69e067e0d54507f6a46c5ab.zip
sci-mathematics/minisat: reformat metadata.xml
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/minisat')
-rw-r--r--sci-mathematics/minisat/metadata.xml47
1 files changed, 23 insertions, 24 deletions
diff --git a/sci-mathematics/minisat/metadata.xml b/sci-mathematics/minisat/metadata.xml
index 812aa0c09202..68f253bc3c2d 100644
--- a/sci-mathematics/minisat/metadata.xml
+++ b/sci-mathematics/minisat/metadata.xml
@@ -1,28 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
- MiniSat is a minimalistic, open-source SAT solver, developed to help
- researchers and developers alike to get started on SAT. It is released
- under the MIT licence, and is currently used in a number of projects.
- MiniSat is small and well-documented, and possibly also well-designed,
- making it an ideal starting point for adapting SAT based techniques to
- domain specific problems.
- Winning all the industrial categories of the SAT 2005 competition, MiniSat
- is a good starting point both for future research in SAT, and for
- applications using SAT.
- MiniSat supports incremental SAT and has mechanisms for adding non-clausal
- constraints. By virtue of being easy to modify, it is a good choice for
- integrating as a backend to another tool, such as a model checker or a more
- generic constraint solver.
- </longdescription>
- <upstream>
- <remote-id type="github">niklasso/minisat</remote-id>
- <remote-id type="github">stp/minisat</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription>
+ MiniSat is a minimalistic, open-source SAT solver, developed to help
+ researchers and developers alike to get started on SAT. It is released
+ under the MIT licence, and is currently used in a number of projects.
+ MiniSat is small and well-documented, and possibly also well-designed,
+ making it an ideal starting point for adapting SAT based techniques to
+ domain specific problems.
+ Winning all the industrial categories of the SAT 2005 competition, MiniSat
+ is a good starting point both for future research in SAT, and for
+ applications using SAT.
+ MiniSat supports incremental SAT and has mechanisms for adding non-clausal
+ constraints. By virtue of being easy to modify, it is a good choice for
+ integrating as a backend to another tool, such as a model checker or a more
+ generic constraint solver.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">niklasso/minisat</remote-id>
+ <remote-id type="github">stp/minisat</remote-id>
+ </upstream>
</pkgmetadata>