{ "name": "geoip", "abstract": "Geolocation using GeoIP.", "description": "Provides geolocation (determining country, city etc. from an IP address) using GeoIP data.", "version": "0.1.0", "maintainer": "Tomas Vondra ", "license": "bsd", "provides": { "geoip": { "file": "sql/geoip--0.1.0.sql", "docfile": "README.md", "version": "0.1.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "8.3.0" } } }, "release_status": "stable", "resources": { "repository": { "url": "https://tvondra@github.com/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" } }