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
|
Source: golang-github-kjk-lzma
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <alois@micard.lu>,
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
Standards-Version: 4.5.1
Homepage: https://github.com/kjk/lzma
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-kjk-lzma
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-kjk-lzma.git
XS-Go-Import-Path: github.com/kjk/lzma
Testsuite: autopkgtest-pkg-go
Package: golang-github-kjk-lzma-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: 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.
|