Package: wimlib-dev Source: wimlib Version: 1.9.2-1 Architecture: amd64 Maintainer: Eric Biggers Installed-Size: 830 Depends: wimlib15 (= 1.9.2-1) Suggests: wimlib-doc Filename: ./amd64/wimlib-dev_1.9.2-1_amd64.deb Size: 225412 MD5sum: 5d9472600eaec0d45f1c21fd5e5161e3 SHA1: 0ecebac765b6b79edac6f0dfeb7ffe9f2758fdc8 SHA256: d4af67407b04dacb91ba47323bf742f0c2d128600efdb634d869f17dc19065c0 Section: libdevel Priority: optional Homepage: https://wimlib.net Description: wimlib - development files Development files for wimlib Package: wimlib-doc Source: wimlib Version: 1.9.2-1 Architecture: all Maintainer: Eric Biggers Installed-Size: 2461 Filename: ./all/wimlib-doc_1.9.2-1_all.deb Size: 234384 MD5sum: a1ac4d7f75f52902f643a16eaa0934b5 SHA1: a98ce268dd112340789462b7a2104879e28fb4f0 SHA256: 18af4022aaba54f24fa93d68b621e48877903a6f8341e285d1b6aca8020732a3 Section: doc Priority: optional Homepage: https://wimlib.net Description: wimlib - API documentation API documentation for wimlib Package: wimlib15 Source: wimlib Version: 1.9.2-1 Architecture: amd64 Maintainer: Eric Biggers Installed-Size: 370 Depends: libattr1 (>= 1:2.4.46-8), libc6 (>= 2.27), libfuse2 (>= 2.8), libntfs-3g88, libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4) Suggests: wimtools Filename: ./amd64/wimlib15_1.9.2-1_amd64.deb Size: 162716 MD5sum: 52be916fa4efe1f579d513eab1fcd234 SHA1: 65c1a79a194967e913d77b65093045c4cbcc30a2 SHA256: a460088af7b9f97991cc74716eb585a2a9a009233587ad985fcd4ddbcc9bec5f Section: libs Priority: optional Homepage: https://wimlib.net Description: Library to extract, create, modify, and mount WIM files wimlib is a C library for extracting, creating, modifying, and mounting WIM (Windows Imaging) files. WIM is an archive format designed primarily for archiving Windows filesystems. It features single-instancing and LZ77-based compression, and is used by Microsoft to distribute and deploy Windows Vista and later. wimlib is an independent implementation of an API for handling WIM files, available on both UNIX-like systems and Windows, that provides features similar to Microsoft's WIMGAPI, as well as additional features such as support for pipable WIM files and programatically making changes to WIM images without mounting them. Package: wimtools Source: wimlib Version: 1.9.2-1 Architecture: amd64 Maintainer: Eric Biggers Installed-Size: 1327 Depends: libc6 (>= 2.14), wimlib15 Suggests: genisoimage, mtools, syslinux, cabextract Filename: ./amd64/wimtools_1.9.2-1_amd64.deb Size: 102820 MD5sum: f62b614fc77e615172c07ffd4e334953 SHA1: 2b1b57fd56f7cf3442d4c7534caaed9fe43b5a76 SHA256: 8478eec770407f872174d9932c75be13c090d74794b2157895045067b2c70e6e Section: utils Priority: optional Homepage: https://wimlib.net Description: Tools to extract, create, modify, and mount WIM files Tools to extract, create, modify, and mount WIM (Windows Imaging) files. WIM is an archive format designed primarily for archiving Windows filesystems. It features single-instancing and LZ77-based compression and is used by Microsoft to distribute and deploy Windows Vista and later. WIM files are normally created by using the `imagex.exe' utility on Windows, but this package contains a free implementation of ImageX called "wimlib-imagex" that is designed to work on both UNIX-like systems and Windows. . In addition to the usual extract/create/update support, wimlib-imagex allows you to mount WIM images readonly or read-write, and it even allows you to extract or create a WIM image directly to/from an unmounted NTFS volume. This makes it possible to, from Linux, back up or deploy a Windows OS directly to or from a WIM file, such as the install.wim distributed on the Windows installation media. . This package also contains a script to make a customized Windows PE image based on the capabilities provided by wimlib-imagex.