Source: python-brotli
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/google/brotli/tags
Vcs-Browser: https://github.com/alvistack/google-brotli
Vcs-Git: https://github.com/alvistack/google-brotli.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 autoconf,
 automake,
 cython3,
 python3-dev,
 python3-pip,

Package: python3-brotli
Architecture: amd64
Description: Brotli compression format
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
