···58585959 meta = with lib; {
6060 homepage = "https://github.com/google/brotli";
6161- description = "Generic-purpose lossless compression algorithm and tool";
6161+ description = "General-purpose lossless compression library with CLI";
6262 longDescription = ''
6363 Brotli is a generic-purpose lossless compression algorithm that
6464 compresses data using a combination of a modern variant of the LZ77
···6868 deflate but offers more dense compression.
69697070 The specification of the Brotli Compressed Data Format is defined
7171- in the following internet draft:
7272- http://www.ietf.org/id/draft-alakuijala-brotli
7171+ in the following Internet-Draft:
7272+ https://datatracker.ietf.org/doc/html/rfc7932
7373 '';
7474 license = licenses.mit;
7575 maintainers = with maintainers; [ freezeboy ];