mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
![Mike Shal](/assets/img/avatar_default.png)
MozReview-Commit-ID: aF8PmM0KvF --HG-- extra : rebase_source : 865188be58878ce6e60ac3af9edd52e1b2bacf5b
This directory contains code for a simple archive file format, which is documented at http://wiki.mozilla.org/Software_Update:MAR The src directory builds a small static library used to create, read, and extract an archive file. The tool directory builds a command line utility around the library.