1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/brotli/brotli.desc
3 [COPY] Copyright (C) 2004 - 2024 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A generic-purpose lossless compression algorithm
14 [T] Brotli is a generic-purpose lossless compression algorithm that compresses
15 [T] data using a combination of a modern variant of the LZ77 algorithm,
16 [T] Huffman coding and 2nd order context modeling, with a compression ratio
17 [T] comparable to the best currently available general-purpose compression
18 [T] methods. It is similar in speed with deflate but offers more dense
21 [U] https://github.com/google/brotli
24 [M] Rene Rebe <rene@t2-project.org>
32 [P] X -----5---9 112.698
34 [O] runconf=0 runpysetup=0
35 [O] hook_add preconf 5 "rm -vf Makefile"
37 [D] fb0a0a780c942a1a20961f74c526c423903e47ed5a1b7e737633250c brotli-1.1.0.tar.gz https://github.com/google/brotli/archive/v1.1.0/