Codebase list golang-github-armon-go-radix / 730bc436-7d1e-4ab4-b071-a24a45c75494/main
Apply multi-arch hints. + golang-github-armon-go-radix-dev: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints Debian Janitor 2 years ago
2 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 * Set debhelper-compat version in Build-Depends.
44 * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
55 Repository-Browse.
6 * Apply multi-arch hints.
7 + golang-github-armon-go-radix-dev: Add Multi-Arch: foreign.
68
79 -- Debian Janitor <janitor@jelmer.uk> Sat, 06 Jun 2020 18:58:42 -0000
810
1717 Architecture: all
1818 Depends: ${misc:Depends},
1919 ${shlibs:Depends},
20 Multi-Arch: foreign
2021 Description: Golang implementation of Radix trees
2122 Provides the radix package that implements a radix tree. The package only
2223 provides a single Tree implementation, optimized for sparse nodes.