gecko/modules/libmar
2015-09-22 21:39:03 -07:00
..
sign Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
src Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
tests Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
tool Bug 1202971 (part 1) - Fix compile warnings in libmar. r=rstrong. 2015-09-15 17:39:11 -07:00
verify Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00
moz.build
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.