File: control

package info (click to toggle)
golang-github-hashicorp-go-immutable-radix-v2 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,484 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
31
32
33
34
35
Source: golang-github-hashicorp-go-immutable-radix-v2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-hashicorp-go-uuid-dev,
               golang-github-hashicorp-golang-lru-v2-dev,
               golang-golang-x-exp-dev
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-immutable-radix
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-immutable-radix.git
Homepage: https://github.com/hashicorp/go-immutable-radix
XS-Go-Import-Path: github.com/hashicorp/go-immutable-radix/v2
Rules-Requires-Root: no

Package: golang-github-hashicorp-go-immutable-radix-v2-dev
Architecture: all
Depends: golang-github-hashicorp-go-uuid-dev,
         golang-github-hashicorp-golang-lru-v2-dev,
         golang-golang-x-exp-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: immutable radix tree implementation in Golang
 Golang implementation of an immutable radix tree
 (http://en.wikipedia.org/wiki/Radix_tree).
 The package only provides a single Tree implementation, optimized for
 sparse nodes.
 .
 The v2 of go-immutable-radix introduces generics to improve compile-time type
 safety for users of the package.