-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
44 lines (44 loc) · 1.17 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
{
"name": "conninfo",
"abstract": "conninfo manipulation functions",
"version": "1.0.0",
"release_status": "stable",
"maintainer": "Ian Barwick <barwick@gmail.com>",
"license": {
"PostgreSQL": "https://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.5.0"
}
}
},
"provides": {
"conninfo": {
"abstract": "conninfo manipulation functions",
"file": "conninfo--1.0.sql",
"docfile": "README.md",
"version": "1.0.0"
}
},
"resources": {
"homepage": "https://sql-info.de/postgresql/conninfo/index.html",
"repository": {
"url": "git://github.com/ibarwick/conninfo.git",
"web": "https://github.com/ibarwick/conninfo",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/ibarwick/conninfo/issues/"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"generated_by": "Ian Barwick",
"tags": [
"conninfo",
]
}