-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathMETA.json
39 lines (39 loc) · 880 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
{
"provides": {
"www_fdw": {
"abstract": "FDW extension for different web services",
"version": "0.1.8",
"file": "src/www_fdw.c"
}
},
"name": "www_fdw",
"abstract": "FDW extension for different web services",
"tags": ["fdw", "www", "web service"],
"resources": {
"bugtracker": {
"web": "http://github.com/cyga/www_fdw/issues"
},
"repository": {
"url": "git://github.com/cyga/www_fdw.git",
"web": "http://github.com/cyga/www_fdw",
"type": "git"
}
},
"release_status": "stable",
"version": "0.1.8",
"maintainer": [
"Alex Sudakov <[email protected]>"
],
"license": "postgresql",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.2.0"
}
}
},
}