diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-01-14 06:05:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-14 06:05:37 +0700 |
commit | da84d1d44fbcf53d290fab08a373019a4cf1be6d (patch) | |
tree | 2e4e4cf3b2b42ec78b4c819945b2dc9efdde94d3 /libraries/unarr/README | |
parent | 2f8088b8af6436ea237ec99455cace1c77eed1b2 (diff) | |
download | slackbuilds-da84d1d44fbcf53d290fab08a373019a4cf1be6d.tar.gz |
libraries/unarr: Added (archive library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/unarr/README')
-rw-r--r-- | libraries/unarr/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/unarr/README b/libraries/unarr/README new file mode 100644 index 0000000000..e8767119d8 --- /dev/null +++ b/libraries/unarr/README @@ -0,0 +1,7 @@ +unarr is a decompression library for RAR, TAR, ZIP and 7z archives. + +unarr originated as a port of the RAR extraction features from +The Unarchiver project required for extracting images from comic +book archives (.cbr). It was written as an alternative to +libarchive which didn't have support for parsing filters or solid +compression at the time. |