-
Notifications
You must be signed in to change notification settings - Fork 34
/
META.json
53 lines (53 loc) · 1.24 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
52
53
{
"name": "ogr_fdw",
"abstract": "OGR foreign data wrapper",
"description": "OGR FDW allows you to connect to any OGR supported data source.",
"version": "1.1.0",
"maintainer": [
"Paul Ramsey <[email protected]>"
],
"license": {
"mit": "http://en.wikipedia.org/wiki/MIT_License"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
},
"recommends": {
"PostgreSQL": "9.3.4"
}
}
},
"provides": {
"ogr_fdw": {
"file": "ogr_fdw--1.1.sql",
"docfile": "README.md",
"version": "1.1.0",
"abstract": "OGR FDW wrapper"
}
},
"resources": {
"homepage": "https://github.com/pramsey/pgsql-ogr-fdw/",
"bugtracker": {
"web": "https://github.com/pramsey/pgsql-ogr-fdw/issues"
},
"repository": {
"url": "https://github.com/pramsey/pgsql-ogr-fdw.git",
"web": "https://github.com/pramsey/pgsql-ogr-fdw/",
"type": "git"
}
},
"generated_by": "Paul Ramsey",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"ogr",
"gdal",
"gis",
"fdw",
"postgis"
]
}