-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
51 lines (51 loc) · 1.2 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
43
44
45
46
47
48
49
50
51
{
"name": "pg_global_catalog",
"abstract": "PostgreSQL global catalog",
"version": "0.0.1",
"release_status":"testing",
"maintainer": [
"Pierre Forstmann"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.5.25"
},
"recommends": {
"PostgreSQL": "9.5.25"
}
}
},
"provides": {
"pg_global_catalog": {
"abstract": "PostgreSQL global catalog",
"file": "pg_global_catalog--0.0.1.sql",
"docfile": "README.md",
"version": "0.0.1"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/pierreforstmann/pg_global_catalog/issues"
},
"repository": {
"url": "https://github.com/pierreforstmann/pg_global_catalog.git",
"web": "https://github.com/pierreforstmann/pg_global_catalog",
"type": "git"
}
},
"generated_by": "Pierre Forstmann",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"catalog",
"dictionary",
"global" ,
"shared"
]
}