Skip to content

yuyichao/LibArchive.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

161 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibArchive.jl: A Julia interface for libarchive

Build status codecov.io

Usage

read a binary file with lzma compression

reader = LibArchive.Reader(filename)
LibArchive.support_format_raw(reader)
LibArchive.support_filter_all(reader)
entry = LibArchive.next_header(reader)
arr = read(reader)
close(reader)

About

Wrapper for libarchive (Multi-format archive and compression library. Supports gz, gzip, tar, pax, cpio, zip, xar, zstd, lz4, lha, ar, cab, mtree, rar, ISO)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages