diff options
Diffstat (limited to 'sci-mathematics/agda/metadata.xml')
-rw-r--r-- | sci-mathematics/agda/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-mathematics/agda/metadata.xml b/sci-mathematics/agda/metadata.xml new file mode 100644 index 000000000000..11b2cbcae0bb --- /dev/null +++ b/sci-mathematics/agda/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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> |