golang-github-golang-snappy 0.0.2-3 source package in Ubuntu

Changelog

golang-github-golang-snappy (0.0.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + golang-snappy-go-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Wed, 23 Nov 2022 23:45:48 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-golang-snappy_0.0.2-3.dsc 2.3 KiB fb063db84cc6e125f3f4fc9248d7ee7d372f5cc84e53975ecb6f540328e34ef0
golang-github-golang-snappy_0.0.2.orig.tar.xz 51.9 KiB fabe56ea5d0cd44b45503dc025731e33f7cb4fea939126c5ad03f240b35ba85f
golang-github-golang-snappy_0.0.2-3.debian.tar.xz 6.2 KiB 92246d5d7c7b11e322333ea4966a3949879d545f7aece17154447a63edb5963d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-golang-snappy-dev: Implementation of the Snappy compression format in Go

 Snappy is a compression/decompression library. It does not aim for maximum
 compression, or compatibility with any other compression library; instead, it
 aims for very high speeds and reasonable compression. For instance, compared
 to the fastest mode of zlib, Snappy is an order of magnitude faster for most
 inputs, but the resulting compressed files are anywhere from 20% to 100%
 bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy
 compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or
 more.
 .
 This is an implementation of the Snappy compression format in the Go
 programming language.

golang-snappy-go-dev: Transitional package for golang-github-golang-snappy-dev

 This is a transitional package to ease upgrades to the
 golang-github-golang-snappy-dev package. It can safely be removed.