Registry / utility / kf5archive

kf5archive

JSON →
library5.116.0vcpkgunverified

File compression and archive handling library from KDE Frameworks 5.

vcpkg install kf5archive
INSTALL
IMPORT
SIG · KF5ARCHIVE
K
kf5archive
utilitycppv5.116.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KArchive/KArchive
#include <KArchive/KArchive>

Open and read a compressed tar archive

#include <KArchive/KTar.h> #include <QCoreApplication> int main(int argc, char** argv) { QCoreApplication app(argc, argv); KTar tar("archive.tar.gz", "application/x-gzip"); if (tar.open(QIODevice::ReadOnly)) { const KArchiveDirectory* dir = tar.directory(); // List entries... tar.close(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.116.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

kf5archive — pip install kf5archive · libregistry