summaryrefslogtreecommitdiff
path: root/sci-mathematics/agda/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-mathematics/agda/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-mathematics/agda/metadata.xml')
-rw-r--r--sci-mathematics/agda/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-mathematics/agda/metadata.xml b/sci-mathematics/agda/metadata.xml
new file mode 100644
index 000000000000..057c778e5810
--- /dev/null
+++ b/sci-mathematics/agda/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+<maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+<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="stdlib">Install the standard library.</flag>
+ <flag name="uhc">Add support for the uhc backend.</flag>
+</use>
+</pkgmetadata>