summaryrefslogtreecommitdiff
blob: 3ac8e09b5ce7494f3d6d28cd29396d1322ed6c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>gnu-emacs@gentoo.org</email>
    <name>Gentoo GNU Emacs project</name>
  </maintainer>
  <longdescription lang="en">
    Provides queues can be used both as a first-in last-out (FILO) and
    as a first-in first-out (FIFO) stack, i.e. elements can be added to
    the front or back of the queue, and can be removed from the
    front. (This type of data structure is sometimes called an
    "output-restricted deque".)
  </longdescription>
  <stabilize-allarches/>
</pkgmetadata>