blob: 42a0b4d9e3321e40d09f46e11290769ff013f39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-mathematics</herd>
<herd>haskell</herd>
<longdescription lang="en">
Agda is an interactive proof editor, or proof assistant. Its input language,
called Agda language (or simply Agda), is based on a constructive type
theory á la Martin-Löf, extended with dependent record types,
inductive definitions, module structures and a class hierarchy mechanism.
</longdescription>
<use>
<flag name='cpphs'>Use cpphs instead of cpp.</flag>
<flag name='epic'>Add support for the epic compiler.</flag>
<flag name='stdlib'>Install the standard library.</flag>
</use>
</pkgmetadata>
|