gecko/modules/libmar
2015-12-16 22:24:19 -08:00
..
sign Bug 1232219 (part 1) - Fix -Wunused warnings in libmar/. r=bbondy. 2015-12-16 22:24:19 -08:00
src Bug 1232219 (part 1) - Fix -Wunused warnings in libmar/. r=bbondy. 2015-12-16 22:24:19 -08:00
tests Bug 1235676 - Replace $(abspath $(DEPTH)) with $(topobjdir). r=mshal 2015-12-31 08:10:02 +09:00
tool Bug 1232219 (part 1) - Fix -Wunused warnings in libmar/. r=bbondy. 2015-12-16 22:24:19 -08:00
verify Bug 1232219 (part 1) - Fix -Wunused warnings in libmar/. r=bbondy. 2015-12-16 22:24:19 -08: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.