KArchive Installation Instructions
Usage
If you want to read and write compressed data, just create an instance of KCompressionDevice and write to or read from that.
If you want to read and write archive formats, create an instance of the appropriate subclass of KArchive (eg: K7Zip for 7-Zip files). You may need to combine this with usage of KCompressionDevice (see the API documentation for the relevant KArchive subclass for details).
Use with CMake
find_package(KF5Archive) target_link_libraries(yourapp KF5::Archive)
Use with QMake
QT += KArchive
Clone
git clone git://anongit.kde.org/karchive.git
Browse source
KArchive on cgit.kde.org