-
Notifications
You must be signed in to change notification settings - Fork 59
/
META.json
42 lines (42 loc) · 1.03 KB
/
META.json
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
{
"name": "hypopg",
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
"version": "__VERSION__",
"maintainer": "Julien Rouhaud <[email protected]>",
"license": "postgresql",
"release_status": "stable",
"provides": {
"hypopg": {
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
"file": "hypopg.sql",
"docfile": "README.md",
"version": "__VERSION__"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/hypopg/hypopg/issues/"
},
"repository": {
"url": "git://github.com/hypopg/hypopg.git",
"web": "http://github.com/hypopg/hypopg/",
"type": "git"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.2.0"
}
}
},
"generated_by": "Julien Rouhaud",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"index",
"hypothetical"
]
}