-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
42 lines (42 loc) · 985 Bytes
/
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": "async_response",
"abstract": "A PostgreSQL extension",
"description": "This library contains a PostgreSQL extension called async_response....",
"version": "1.0",
"maintainer": [
"Artur Formella <[email protected]>"
],
"license": "mit",
"provides": {
"async_response": {
"abstract": "A PostgreSQL extension for ...",
"file": "async_response--1.0.sql",
"docfile": "README.md",
"version": "1.0"
}
},
"resources": {
"bugtracker": {
"web": ""
},
"repository": {
"url": "",
"web": "",
"type": "git"
}
},
"generated_by": "Artur Formella",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"async_response",
"listen",
"notify",
"redis",
"publish",
"subscribe",
"multi-response"
]
}