mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-06 13:15:19 +02:00
22 lines
680 B
XML
22 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>ada@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="shared">Build shared library</flag>
|
|
<flag name="static-pic">Build static library with pic code</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
Implementation of a DPLL-based SAT solver in Ada. Main features:
|
|
|
|
Conflict analysis and backjumping
|
|
Two-watched literals scheme
|
|
Built-in support for At-Most-One constraints
|
|
Custom theories
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">AdaCore/AdaSAT</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|