michael@0: This directory contains code for a simple archive file format, which michael@0: is documented at http://wiki.mozilla.org/Software_Update:MAR michael@0: michael@0: The src directory builds a small static library used to create, read, and michael@0: extract an archive file. The tool directory builds a command line utility michael@0: around the library.