#
libarchive
Here are 32 public repositories matching this topic...
A free and open source web-based comic book reader.
-
Updated
Apr 28, 2022 - JavaScript
R bindings to libarchive, supporting a large variety of archive formats
-
Updated
May 6, 2022 - C++
Async C++ Cross-Platform library that modernizes libarchive using Qt5 🚀 . Simply extracts 7z 🍔 , Tarballs 🎱 and other supported formats by libarchive. ❤️
library
cplusplus
cross-platform
simple
zip
tar
small
qt5
compress
easy-to-use
gz
libarchive
7zip
extracts
-
Updated
May 3, 2022 - C++
FUSE filesystem using libarchive (this is out of date copy of:
-
Updated
Sep 20, 2013 - C
A Swiss Army Knife for handling compressed data in Rust
-
Updated
Apr 15, 2022 - Rust
A C++ wrapper for LibArchive
-
Updated
Jul 22, 2015 - C++
Mount your archives and browse them as regular files
-
Updated
Feb 2, 2021 - Rust
Cross-platform manga/comic reader.
desktop-app
windows
linux
cmake
music-player
cross-platform
sdl
sdl2
comic
manga
gui-application
reader
mangareader
c-plus-plus-17
xinput
directinput
libarchive
-
Updated
Dec 23, 2021 - C++
Download and extract files on-the-fly (ZIP files too)
-
Updated
Apr 25, 2022 - Python
A perl6 interface to libarchive
-
Updated
Feb 5, 2022 - Raku
Utility to work with file lists in the format of the BSD mtree tool
-
Updated
Oct 7, 2021 - C
A port of libarchive to WebAssembly, with a simple JS wrapper.
-
Updated
Dec 29, 2021 - TypeScript
libarchive(3)-utilizing unzip implementation, lightly ported from FreeBSD
-
Updated
Jul 11, 2016 - C
Git repository of libarchive for Darwin/XNU. Synced with Apple Open Source's tarballs
-
Updated
Jul 8, 2021 - C
Improve this page
Add a description, image, and links to the libarchive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libarchive topic, visit your repo's landing page and select "manage topics."


I'm in the process of migrating from python2 using python-libarchive to python3 using python-libarchive-c. In all, the process has been quite easy (and many thanks to you folks for keeping a similar interface). However, I have run in to a bit of a snag.
I've been detecting whether or not a file is a legitimate archive based on trying to open it and detect errors. This works well for most files,