Skip to content

thomastay/ponyarchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Pony wrapper for libarchive, a multi-format archive and compression library.

Currently supports one operation, namely extracting files from a tar.gz file, or a .zip file into the current directory.

See archiver.pony

Future work

  • Support OSX and GNU/Linux
  • Support extraction into a custom directory

Requirements

You must provide a build of libarchive, liblzma, libbzip2, libgzip. Builds for Windows are provided but that's all. See the vendored README for more details.

Other than that, all the logic is in archiver.pony

License

This code is MIT licensed. Use it as you wish. libarchive and assorted libraries have their own license, see the vendored packages.

About

A wrapper for libarchive for Pony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages