golang-github-kjk-lzma 1.0.0-7 source package in Ubuntu

Changelog

golang-github-kjk-lzma (1.0.0-7) unstable; urgency=medium

  * Team upload.
  * Source-only-upload for testing migration.

 -- Nilesh Patra <email address hidden>  Sun, 21 Feb 2021 12:35:11 +0530

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kjk-lzma_1.0.0-7.dsc 2.1 KiB 2bacc25991217d2db0a7a92c541d666838d6435260dd9fb6fabd9d89d662094b
golang-github-kjk-lzma_1.0.0.orig.tar.gz 65.2 KiB 60f91b8b9611a79a2eba86b2d8a7a25ee91aafb0b83aebeea57f2007900a5e1c
golang-github-kjk-lzma_1.0.0-7.debian.tar.xz 3.1 KiB 5ff77f41a1d9230cac58be546dc2bd8fc0b3652fae1ebd937a3e4e41e61676d5

Available diffs

No changes file available.

Binary packages built by this source

golang-github-kjk-lzma-dev: port of the lzma compression algorithm

 This package is a port of the lzma compression algorithm
 from to Go.
 .
 Only the lzma v1 compression algorithm is supported; the
 newer lzma v2 from LZMA SDK v9.xx came after this library
 was released.
 .
 The archiving formats 7z, xz (and others that use lzma
 internally) are also different beasts.