You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB

<?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>