This project is only academic!
This program allows you to mount different types of archives read-only.
The implementation is based on libfuse and libarchive. To run it you need this two installed.
sudo apt install libarchive-dev libfuse-dev pkg-config
cd /path/to/repository
make install
For other os you can build and install from source libarchive and libfuse or use your package manager to aquire them
Then you just have to build and install it make install
archmount [options] <mountpoint> <archive_path>