-
Notifications
You must be signed in to change notification settings - Fork 6
/
META.json
41 lines (35 loc) · 903 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
{
"name": "geoip",
"abstract": "Geolocation using GeoIP.",
"description": "Provides geolocation (determining country, city etc. from an IP address) using GeoIP data.",
"version": "0.2.4",
"maintainer": "Tomas Vondra <[email protected]>",
"license": "bsd",
"provides": {
"geoip": {
"file": "sql/geoip--0.2.4.sql",
"docfile": "README.md",
"version": "0.2.4"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "8.3.0"
}
}
},
"release_status": "stable",
"resources": {
"repository": {
"url": "https://[email protected]/tvondra/geoip.git",
"web": "http://github.com/tvondra/geoip",
"type": "git"
}
},
"tags" : ["geolocation", "geoip", "ip"],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}