brotli 1.0.7-4 source package in Ubuntu
Changelog
brotli (1.0.7-4) unstable; urgency=medium * fix FTCBFS: multiarchify python Build-Depends (Closes: #940620) * add *.a libraries to -dev package (Closes: #942879) -- Tomasz Buchert <email address hidden> Tue, 22 Oct 2019 21:23:12 +0200
Upload details
- Uploaded by:
- Tomasz Buchert
- Uploaded to:
- Sid
- Original maintainer:
- Tomasz Buchert
- Architectures:
- any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
brotli_1.0.7-4.dsc | 2.4 KiB | 82050e80770177966194ba5585dd0350ba66e1c30c47a5995ea3219b01128172 |
brotli_1.0.7.orig.tar.gz | 22.7 MiB | 4c61bfb0faca87219ea587326c467b95acb25555b53d1a421ffa3c8a9296ee2c |
brotli_1.0.7-4.debian.tar.xz | 4.1 KiB | 9b2a1953e8e1970fc348101e6e526b91eb421f34130f97a8b689510ca9fbe401 |
Available diffs
No changes file available.
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
- python-brotli: No summary available for python-brotli in ubuntu focal.
No description available for python-brotli in ubuntu focal.
- python-brotli-dbgsym: No summary available for python-brotli-dbgsym in ubuntu focal.
No description available for python-
brotli- dbgsym in ubuntu focal.
- 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