File: control

package info (click to toggle)
ruby-brotli 0.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: ansic: 600; ruby: 291; sh: 19; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (2)
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.