Skip to content

egordorichev/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archive

A simple library for creating and extracting archives with lit.

Building

sudo apt install libarchive-dev
cmake .
make
sudo make install

Usage

if (!Archive.create("test.txt", "archive.zip")) {
    print("Failed to create the archive")
}

if (!Archive.extract("archive.zip", "archive/")) {
    print("Failed to open the archive")
}

About

tag.gz support for lit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published