-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.index
77 lines (77 loc) · 1.45 KB
/
.index
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
revision: 2013
type: ruby
sources:
- Index.yml
- Gemfile
authors:
- name: Trans
email: transfire@gmail.com
- name: K. Kodama
- name: Ronald Butler
- name: Olivier Renaud
- name: Rick Bradley
organizations:
- name: Rubyworks
requirements:
- groups:
- test
version: '>= 0'
name: microtest
- groups:
- test
version: '>= 0'
name: ae
- groups:
- test
version: '>= 0'
name: rubytest
- groups:
- test
version: '>= 0'
name: rubytest-cli
- groups:
- build
version: '>= 0'
name: indexer
- groups:
- build
version: '>= 0'
name: mast
conflicts: []
alternatives: []
resources:
- type: home
uri: http://rubyworks.github.com/pqueue
label: Homepage
- type: code
uri: http://github.com/rubyworks/pqueue
label: Source Code
- type: bugs
uri: http://github.com/rubyworks/pqueue/issues
label: Issue Tracker
repositories:
- name: upstream
scm: git
uri: git://github.com/rubyworks/pqueue.git
categories: []
copyrights:
- holder: Rubyworks
year: '2009'
license: BSD-2
- holder: K. Kodama
year: '2001'
customs: []
paths:
lib:
- lib
name: pqueue
title: PQueue
version: 2.1.0
summary: Queue of Prioritized Elements
description: A priority queue is like a standard queue, except that each inserted
elements is given a certain priority, based on the result of the comparison block
given at instantiation time. Retrieving an element from the queue will always return
the one with the highest priority.
created: '2001-03-10'
date: '2015-03-02'