-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
42 lines (42 loc) · 1.11 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": "pg_adm",
"abstract": "A PostgreSQL extension compiling different administration tools.",
"description": "A PostgreSQL extension compiling different administration tools.",
"version": "0.0.1",
"maintainer": [
"Benito M. Zaragozí <benizar@gmail.com>"
],
"license": "GPL3",
"provides": {
"pg_adm": {
"abstract": "A PostgreSQL extension compiling different administration tools.",
"file": "pg_adm.sql",
"docfile": "doc/pg_adm.md",
"version": "0.0.1"
}
},
"resources": {
"homepage": "http://www.chichinabo.org/",
"bugtracker": {
"web": "https://github.com/benizar/pg_adm/issues"
},
"repository": {
"url": "git://github.com/benizar/pg_adm.git",
"web": "https://github.com/benizar/pg_adm",
"type": "git"
}
},
"generated_by": "Benito M. Zaragozí",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"reports",
"management",
"disk sizes",
"bloat",
"statistics",
"maintenance"
]
}