File: control

package info (click to toggle)
golang-github-oschwald-geoip2-golang 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88 kB
  • ctags: 18
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,338 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
23
24
25
26
27
28
29
30
Source: golang-github-oschwald-geoip2-golang
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-oschwald-maxminddb-golang-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 3.9.8
Homepage: https://github.com/oschwald/geoip2-golang
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-oschwald-geoip2-golang.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-oschwald-geoip2-golang.git
XS-Go-Import-Path: github.com/oschwald/geoip2-golang

Package: golang-github-oschwald-geoip2-golang-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-oschwald-maxminddb-golang-dev,
         golang-gopkg-check.v1-dev
Description: Unofficial MaxMind GeoIP2 Reader for Go
 This library reads MaxMind GeoLite2 and GeoIP2 databases.
 It is built using the Go maxminddb reader. All data for
 the database record is decoded using this library. If you
 only need several fields, you may get superior performance
 by using maxminddb's Lookup directly with a result struct
 that only contains the required fields.