wok view wimlib/description.txt @ rev 25495

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (18 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.