File: control

package info (click to toggle)
golang-github-kentik-patricia 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,860 kB
  • sloc: makefile: 54
file content (27 lines) | stat: -rw-r--r-- 1,135 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
Source: golang-github-kentik-patricia
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Marco d'Itri <md@linux.it>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.7.0.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kentik-patricia
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kentik-patricia.git
Homepage: https://github.com/kentik/patricia
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/kentik/patricia

Package: golang-github-kentik-patricia-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Garbage collector-sensitive patricia tree (library)
 Go implementation of a patricia tree, specifically for tagging IPv4 and
 IPv6 addresses with CIDR bits, with a focus on producing as little
 garbage for the garbage collector to manage as possible.
 This allows you to tag millions of IP addresses without incurring a
 penalty during GC scanning.