diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:35:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:35:23 +0300 |
commit | af33cffb8217609b1a584667cc3c45ca0d17e9b5 (patch) | |
tree | 09136afc7ec5f00f921168c96de35003897d08ba /core | |
parent | e2ac836dd49b104235f6de7c1d611149e5df70d5 (diff) | |
download | repository-af33cffb8217609b1a584667cc3c45ca0d17e9b5.tar.gz |
zstd: add meta file
Diffstat (limited to 'core')
-rw-r--r-- | core/zstd/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/zstd/meta b/core/zstd/meta new file mode 100644 index 00000000..5a64e1d2 --- /dev/null +++ b/core/zstd/meta @@ -0,0 +1,3 @@ +description: Z standard compression utilities +license: BSD-3-Clause, GPL-2.0+ +maintainer: Cem Keylan <cem@ckyln.com> |