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
|
Source: ruby-brotli
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
libbrotli-dev,
gem2deb (>= 2.2.8~),
pkgconf,
rake
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-brotli.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-brotli
Homepage: https://github.com/miyucy/brotli
Testsuite: autopkgtest-pkg-ruby
Package: ruby-brotli
Architecture: any
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Brotli compressor/decompressor
Brotli is a Ruby implementation of the Brotli 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.
|