golang-github-deckarep-golang-set 2.6.0-2 source package in Ubuntu

Changelog

golang-github-deckarep-golang-set (2.6.0-2) unstable; urgency=medium

  * Team upload
  * Upload changes from experimental to unstable
  * d/control:
    - Update Section to golang
    - Update debhelper-compat to v13

 -- Mathias Gibbens <email address hidden>  Fri, 26 Jul 2024 07:28:51 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-deckarep-golang-set_2.6.0-2.dsc 2.3 KiB 4146be8e088d24d5d3d9e8228eef284bb87d6785bb8de6ef3fa79059a773db93
golang-github-deckarep-golang-set_2.6.0.orig.tar.gz 118.6 KiB 910668ec1fcc5785d04ed216da7d32daee9f162075b23c1e9f88dd635a474ce5
golang-github-deckarep-golang-set_2.6.0-2.debian.tar.xz 2.4 KiB 27e1a6fb82386f9d20742e24b281ce8c9f6891288fc1876befa8f55cbef51d00

Available diffs

No changes file available.

Binary packages built by this source

golang-github-deckarep-golang-set-dev: simple set type for the Go language

 The missing set collection for the Go language.
 .
 Coming from Python one of the things missing in Go is the superbly wonderful
 set collection. This is an attempt to mimic the primary features of the set
 from Python.
 .
 This package contains the source.