File: control

package info (click to toggle)
golang-github-oschwald-maxminddb-golang 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye
  • size: 224 kB
  • sloc: makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,121 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
Source: golang-github-oschwald-maxminddb-golang
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>, Cyril Brulebois <cyril@debamax.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-go,
               golang-golang-x-sys-dev
Standards-Version: 4.0.0
Homepage: https://github.com/oschwald/maxminddb-golang
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-oschwald-maxminddb-golang
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-oschwald-maxminddb-golang.git
XS-Go-Import-Path: github.com/oschwald/maxminddb-golang
Testsuite: autopkgtest-pkg-go

Package: golang-github-oschwald-maxminddb-golang-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-golang-x-sys-dev
Description: MaxMind DB Reader for Go
 This is a Go reader for the MaxMind DB format. Although this can be used
 to read GeoLite2 and GeoIP2 databases, geoip2-golang provides a higher-level
 API for doing so.