summaryrefslogtreecommitdiff
blob: 32d66c435d990d862cbb025626cc1499ca907171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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>