mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
54b3472ae6
popular formats.
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
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://raiden.goice.co.jp/member/mo/release/#libarc
|