summaryrefslogtreecommitdiff
path: root/dev-haskell/psqueue/metadata.xml
blob: 9368b93f84efd1133c3adaddc639ca6bcf21f4a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>haskell@gentoo.org</email>
  <name>Gentoo Haskell</name>
 </maintainer>
 <longdescription>
		A /priority search queue/ efficiently supports the
		opperations of both a search tree and a priority queue. A
		'Binding' is a product of a key and a priority.  Bindings
		can be inserted, deleted, modified and queried in
		logarithmic time, and the binding with the least priority
		can be retrieved in constant time.  A queue can be built
		from a list of bindings, sorted by keys, in linear time.
	</longdescription>
 
 <origin>gentoo-staging</origin>
</pkgmetadata>