-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMETA.json
36 lines (36 loc) · 1005 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
{
"name": "ocgeo_fdw",
"abstract": "PostgreSQL Data Wrappper to ocgeo databases",
"description": "With this Data Wrapper you can access the OpenCageData API",
"version": "1.0.0",
"maintainer": [
"Stelios Sfakianakis <[email protected]>"
],
"license": "postgresql",
"provides": {
"ocgeo_fdw": {
"abstract": "PostgreSQL Data Wrappper to the OpenCageData API",
"file": "sql/ocgeo_fdw.sql",
"docfile": "doc/ocgeo_fdw.md",
"version": "1.0.0"
}
},
"resources": {
"repository": {
"url": "https://github.com/sgsfak/ocgeo_fdw.git",
"web": "https://github.com/sgsfak/ocgeo_fdw",
"type": "git"
}
},
"generated_by": "Stelios Sfakianakis",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"OpenCageData API Wrapper",
"opencage-api",
"geocoding",
"foreign data wrapper"
]
}