| Name: Zstandard |
| Short Name: zstd |
| URL: https://github.com/facebook/zstd |
| Version: N/A |
| Revision: 3ae099b48dfcfe02b1b3ba81ab85457f8a922e9f |
| Update Mechanism: Manual |
| License: BSD-3-Clause |
| License File: src/LICENSE |
| CPEPrefix: cpe:/a:facebook:zstandard:1.5.5 |
| Security Critical: yes |
| Shipped: yes |
| |
| Description: |
| Zstandard is a fast lossless compression algorithm, targeting real-time |
| compression scenarios at zlib-level and better compression ratios. |
| This library is used to decode "Content-Encoding: zstd" responses. |
| |
| Zstandard is dual-licensed under BSD-3-Clause OR GPLv2. The BSD-3-Clause |
| license is used here as it is more permissive. |
| |
| Local Modifications: |
| - BUILD.gn: Added targets for compression and decompression. |