slackbuilds/libraries/libqcow
Barry J. Grundy 47e863b059
libraries/libqcow: Updated for version 20210419.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-21 08:25:19 +07:00
..
README libraries/libqcow: Wrap README at 72 columns. 2022-03-13 15:43:05 -04:00
libqcow.SlackBuild libraries/libqcow: Updated for version 20210419. 2022-05-21 08:25:19 +07:00
libqcow.info libraries/libqcow: Updated for version 20210419. 2022-05-21 08:25:19 +07:00
slack-desc

README

libqcow (libYAL QEMU QCOW image library)

Library and tooling to access the QEMU Copy-On-Write (QCOW) image
format.

Read supported QCOW formats:
    version 1
    version 2
    version 3 (as of version 20141201)
Supported QCOW format features:
    compression
    encryption
QCOW format features not supported at the moment:
    backing file-based snapshots
    in-image snapshots
Work in progress:
    Python bindings
    Dokan library support
    Thread-safety in file API functions
Planned:
    Python 3 support