gecko/modules/libmar
2012-08-08 17:08:17 -04:00
..
sign Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg 2012-08-08 17:08:17 -04:00
src Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg 2012-08-08 17:08:17 -04:00
tests Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
tool Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
verify Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
Makefile.in Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
README

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.