Source: ruby-brotli Section: ruby Maintainer: Debian Ruby Team Uploaders: Simon Quigley 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.