* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / archiver / zstd / zstd.desc
blob77a782d8f9c1afefdfe04c17a52beb8b9bbd0881
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/zstd/zstd.desc
3 [COPY] Copyright (C) 2016 - 2024 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
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] Fast real-time compression algorithm
14 [T] Zstandard is a real-time compression algorithm, providing high compression
15 [T] ratios. It offers a very wide range of compression / speed trade-off,
16 [T] while being backed by a very fast decoder (see benchmarks below). It also
17 [T] offers a special mode for small data, called dictionary compression, and
18 [T] can create dictionaries from any sample set.
20 [U] http://www.zstd.net
22 [A] Yann Collet, Facebook, Inc.
23 [M] Rene Rebe <rene@t2-project.org>
25 [C] base/tool
26 [F] CROSS DIETLIBC
28 [L] BSD GPL
29 [S] Stable
30 [V] 1.5.6
31 [P] X 01---5---9 102.400
33 [O] [ $arch = "avr32" ] && var_append GCC_WRAPPER_REMOVE ' ' '-Wvla'
34 [O] var_append makeopt ' ' 'ZSTD_LEGACY_SUPPORT=0 HAVE_LZ4= HAVE_LZMA='
35 [O] var_insert makeinstopt ' ' 'ZSTD_LEGACY_SUPPORT=0 HAVE_LZ4= HAVE_LZMA= DESTDIR=$root LIBDIR=$libdir'
37 [D] 488c1b39d771243f9fdaa990eb7ce731ea99f9740c1ea2328dd8c0c7 zstd-1.5.6.tar.gz https://github.com/facebook/zstd/archive/v1.5.6/