mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
47aa765375
Zstandard is a fast lossless compression algorithm targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library. Zstandard version >= 1.0 is required, which is generally only available on newer distributions.
13 lines
333 B
Diff
13 lines
333 B
Diff
--- control
|
|
+++ control
|
|
@@ -13,7 +13,8 @@
|
|
pkg-config,
|
|
txt2man,
|
|
zlib1g-dev,
|
|
- liblz4-dev
|
|
+ liblz4-dev,
|
|
+ libzstd-dev,
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.pgbackrest.org/
|
|
Vcs-Git: https://salsa.debian.org/postgresql/pgbackrest.git
|