wok view wimlib/description.txt @ rev 25483

created recipe for py3k-six
author Hans-G?nter Theisgen
date Mon Oct 17 07:54:33 2022 +0100 (19 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.