aboutsummaryrefslogtreecommitdiff
blob: e2db827ecf7489b3b72a8ac08deedd4caf63878a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>dongxuli2011@gmail.com</email>
		<name>Dongxu Li</name>
		<description>Industrial strength theorem prover</description>
	</maintainer>
	<maintainer type="project">
		<email>sci-mathematics@gentoo.org</email>
		<name>Gentoo Mathematics Project</name>
	</maintainer>
	<longdescription>
ACL2 is both a programming language in which you can model computer systems and
a tool to help you prove properties of those models. ACL2 is part of the
Boyer-Moore family of provers, for which its authors have received the 2005 ACM
Software System Award.
	</longdescription>
	<use>
		<flag name="books">
	build community books, the canonical collection of open-source libraries
		</flag>
	</use>
	<upstream>
		<remote-id type="github">acl2-devel/acl2-devel</remote-id>
	</upstream>
</pkgmetadata>