gecko-dev/modules/libmar
2019-07-11 21:08:47 +00:00
..
sign Bug 1563903 - Reformat libmar to the coding style r=Ehsan 2019-07-08 15:38:50 +00:00
src Bug 1563903 - Reformat libmar to the coding style r=Ehsan 2019-07-08 15:38:50 +00:00
tests Backed out 2 changesets (bug 1562952) for causing mar-tools failures a=backout 2019-07-12 00:04:53 +03:00
tool Bug 1562952 - #ifdef-out NSS and certificate-related flags with NO_SIGN_VERIFY. r=rstrong 2019-07-11 21:08:47 +00:00
verify Bug 1563903 - Reformat libmar to the coding style r=Ehsan 2019-07-08 15:38:50 +00:00
moz.build Backed out 2 changesets (bug 1562952) for causing mar-tools failures a=backout 2019-07-12 00:04:53 +03: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.