summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-gap/datastructures/metadata.xml')
-rw-r--r--dev-gap/datastructures/metadata.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/dev-gap/datastructures/metadata.xml b/dev-gap/datastructures/metadata.xml
new file mode 100644
index 000000000000..32d66c435d99
--- /dev/null
+++ b/dev-gap/datastructures/metadata.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mjo@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>frp.bissey@gmail.com</email>
+ <name>François Bissey</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ The datastructures package aims at providing standard
+ datastructures, consolidating existing code and improving on it, in
+ particular in view of HPC-GAP.
+
+ The datastructures package consists of two parts: interface
+ declarations and implementations. The goal of interface declarations
+ is to define standard interfaces for datastructures and decouple
+ them from the implementations. This enables easy exchangability of
+ implementations, for example for more efficient implementations, or
+ implementations more suited for parallelisation or sequential use.
+
+ The datastructures package declares interfaces for the following
+ datastructures:
+
+ * queues
+ * doubly linked lists
+ * heaps
+ * priority queues
+ * hash tables
+ * dictionaries
+
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gap-packages/datastructures</remote-id>
+ </upstream>
+</pkgmetadata>