Registry / utility / unarr
library1.1.1vcpkgunverified

A decompression library for rar, tar, zip and 7z archives.

vcpkg install unarr
INSTALL
IMPORT
SIG · UNARR
U
unarr
utilitycppv1.1.1
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.

unarr.h
#include <unarr.h>

Open a ZIP archive

#include <unarr.h> #include <stdio.h> int main() { ar_archive* ar = ar_open_archive("example.zip", NULL, NULL); if (ar) { printf("Archive opened successfully\n"); ar_close_archive(ar); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

unarr — pip install unarr · libregistry