brotli 1.0.9-2build4 source package in Ubuntu
Changelog
brotli (1.0.9-2build4) jammy; urgency=medium * No-change rebuild to add python3.10. -- Matthias Klose <email address hidden> Sat, 16 Oct 2021 06:55:58 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Tomasz Buchert
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
brotli_1.0.9.orig.tar.gz | 475.6 KiB | f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46 |
brotli_1.0.9-2build4.debian.tar.xz | 5.6 KiB | 03af753eb7e4dbcafa557f845ddc5059d542a4763f3eed07238841cadc944e22 |
brotli_1.0.9-2build4.dsc | 2.3 KiB | 596d6f757e13cc2c2160a10a82ebc8a3768ba16b47913c20fdfd77dcd93a8846 |
Available diffs
- diff from 1.0.9-2build3 to 1.0.9-2build4 (318 bytes)
Binary packages built by this source
- brotli: lossless compression algorithm and format (command line utility)
Brotli is a generic-purpose lossless compression algorithm
that compresses data using a combination of a modern variant
of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
with a compression ratio comparable to the best currently available
general-purpose compression methods. It is similar in speed with
deflate but offers more dense compression.
.
This package installs a command line utility.
- brotli-dbgsym: debug symbols for brotli
- libbrotli-dev: library implementing brotli encoder and decoder (development files)
Brotli is a generic-purpose lossless compression algorithm
that compresses data using a combination of a modern variant
of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
with a compression ratio comparable to the best currently available
general-purpose compression methods. It is similar in speed with
deflate but offers more dense compression.
.
This package installs development files.
- libbrotli1: library implementing brotli encoder and decoder (shared libraries)
Brotli is a generic-purpose lossless compression algorithm
that compresses data using a combination of a modern variant
of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
with a compression ratio comparable to the best currently available
general-purpose compression methods. It is similar in speed with
deflate but offers more dense compression.
.
This package installs shared libraries.
- libbrotli1-dbgsym: debug symbols for libbrotli1
- python3-brotli: lossless compression algorithm and format (Python 3 version)
Brotli is a generic-purpose lossless compression algorithm
that compresses data using a combination of a modern variant
of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
with a compression ratio comparable to the best currently available
general-purpose compression methods. It is similar in speed with
deflate but offers more dense compression.
.
This package installs a Python 3 module.
- python3-brotli-dbgsym: debug symbols for python3-brotli