mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00

* 3rdparty/zstd: Added Zstandard compression library version 1.5.5. * util/unzip.cpp: Added support for Zstandard compression (method 93). * util/chdcodec.cpp: Added support for Zstandard compression. * 3rdparty/flac: Always define NDEBUG to avoid log spam.
354 B
354 B
zstdless(1) -- view zstandard-compressed files
SYNOPSIS
zstdless
[] [ ...]
DESCRIPTION
zstdless
runs less
(1) on files or stdin, if no argument is given, after decompressing them with zstdcat
(1).
SEE ALSO
zstd
(1)