wok-current view wimlib/description.txt @ rev 25695

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (5 months ago)
parents
children
line source
1 Wimlib is an open source, cross-platform library for creating, extracting,
2 and modifying Windows Imaging (WIM) archives.
3 WIM is a file archiving format, somewhat comparable to ZIP (and many other
4 file archiving formats); but unlike ZIP, it allows storing various
5 Windows-specific metadata, allows storing multiple "images" in a single
6 archive, automatically deduplicates all file contents, and supports
7 optional solid compression to get a better compression ratio.
8 Wimlib and its command-line frontend wimlib-imagex provide a free and
9 cross-platform alternative to Microsoft's WIMGAPI, ImageX, and DISM.