Source: golang-libgeoip Section: devel Priority: extra Maintainer: Tonnerre Lombard Build-Depends: debhelper (>= 9), golang-go, dh-golang Standards-Version: 3.9.7 Homepage: https://github.com/nranchev/go-libGeoIP/ Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-libgeoip.git Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-libgeoip.git;a=summary XS-Go-Import-Path: github.com/nranchev/go-libGeoIP Package: golang-libgeoip-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: geoip-database Description: Go implementation for lookups against GeoIP files This is the Go implementation of the Maxmind GeoIP API. It is incomplete and work in progress the initial goal is support only two of the database types – the City Lite and Country Lite. The only supported method is loading the full db on startup into memory (memory cache). . At this point, only IPv4 lookups are supported.