blob: 8bd2edf099831eb359b631caa98f69cbdbbb1db4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
A tiny C library and sample program to extract data compressed using dozen
popular archivers. Currently following formats are supported:
- tar (*.tar)
- tar + gzip'ed (*.tar.gz, *.tgz) (deflate)
- zip (*.zip) (implode, deflate)
- lzh (*.lzh) (lh0, lh1, lh2, lh3, lh4, lh5, lh6, lzs, lz5, lz4)
- MIME multipart
WWW: http://www.onicos.com/staff/iz/release/#libarc
|