app-arch/ouch::guru
- Ebuilds: 3, Testing: 0.8.2 Description: A cli utility for easily compressing and decompressing files and directories.
Homepage:https://github.com/ouch-org/ouch License: MIT Apache-2.0 BSD MIT Unicode-DFS-2016 ZLIB
app-arch/zarchive::guru
- Ebuilds: 1, Testing: 0.1.2 Description:
ZArchive is yet another file archive format. Think of zip, tar, 7z, etc. but with the requirement of allowing random-access reads and supporting compression.
- Supports random-access reads within stored files
- Uses zstd compression (64KiB blocks)
- Scales reasonably well up to multiple terabytes with millions of files
- The theoretical size limit per-file is 2^48-1 (256 Terabyte)
- The encoding for paths within the archive is Windows-1252 (case-insensitive)
- Contains a SHA256 hash of the whole archive for integrity checks
- Endian-independent. The format always uses big-endian internally
- Stateless file and directory iterator handles which don't require memory allocation
Homepage:https://github.com/Exzap/ZArchive License: MIT