-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
41 lines (41 loc) · 1.1 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
{
"name": "repack_bgw",
"abstract": "Repack Background Worker for PostgreSQL",
"description": "Monitor and reduce tables bloat in background",
"version": "0.0.1",
"maintainer": [
"Daniele Varrazzo <[email protected]>"
],
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "unstable",
"license": "bsd",
"provides": {
"repack_bgw": {
"file": "repack_bgw/repack_bgw.control",
"version": "0.0.1",
"abstract": "Monitor and reduce tables bloat in background"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.6.0"
}
}
},
"resources": {
"homepage": "http://reorg.github.com/repack_bgw",
"bugtracker": {
"web": "https://github.com/reorg/repack_bgw/issues"
},
"repository": {
"url": "git://github.com/reorg/repack_bgw.git",
"web": "https://github.com/reorg/repack_bgw/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}