-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
54 lines (54 loc) · 1.3 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
54
{
"name": "mapcode",
"abstract": "mapcodelib functions",
"description": "Mapcode extension for PostgreSQL",
"version": "0.0.6",
"maintainer": [
"Martin Atukunda <[email protected]>"
],
"license": "postgresql",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
},
"test": {
"requires": {
"plpgsql": 0
}
}
},
"provides": {
"mapcode": {
"abstract": "Mapcodes functions in the Database",
"file": "sql/mapcode.sql",
"docfile": "doc/README.md",
"version": "2.5.3"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/matlads/mapcode-postgres/issues/"
},
"repository": {
"url": "git://github.com/matlads/mapcode-postgres",
"web": "http://github.com/matlads/mapcode-postgres/",
"type": "git"
}
},
"generated_by": "Martin Atukunda",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"mapcode",
"mapcodes",
"location",
"map code",
"longitude",
"latitude",
"geospatial"
]
}