File: control

package info (click to toggle)
golang-libgeoip 0.0~git20140312.0.c78e8bd-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 68 kB
  • sloc: makefile: 7
file content (22 lines) | stat: -rw-r--r-- 983 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-libgeoip
Section: devel
Priority: extra
Maintainer: Tonnerre Lombard <tonnerre@ancient-solutions.com>
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.