Skip to content

Commit 54026ad

Browse files
committed
swupd: vendor github.com/dsnet/compress/bzip2
This package contains the code to do bzip2 compression. The Go standard library only have a decompressor for this type of file. While the repository has no releases, there's evidence the code is stable enough. See "bzip2: merge into Go standard library" dsnet/compress#58 for details. The license for the package is a "BSD 3-clause" type. Signed-off-by: Caio Marcelo de Oliveira Filho <[email protected]>
1 parent 6e6db84 commit 54026ad

33 files changed

+4955
-0
lines changed

src/swupd/vendor/github.com/dsnet/compress/LICENSE.md

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swupd/vendor/github.com/dsnet/compress/README.md

+75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swupd/vendor/github.com/dsnet/compress/api.go

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swupd/vendor/github.com/dsnet/compress/bzip2/bwt.go

+110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swupd/vendor/github.com/dsnet/compress/bzip2/common.go

+110
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)