XAR 1.1 review

Download
by rbytes.net on

The XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML t

License: BSD License
File size: 107K
Developer: XAR Team
0 stars award from rbytes.net

The XAR project aims to provide an easily extensible archive format.

Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data.

The ultimate goal of the XAR project is to provide an archive format suitable for packaging software created by DarwinPorts. (Note it is a work in progress, so please feel free to make suggestions and report bugs in the xar Bugzilla product.)

Installation:

cd xar/src
./configure
make
sudo make install

Requirements:
libcurl
libxml2
OpenSSL
zlib

XAR 1.1 search tags