gecko-dev/modules/libmar
Mark Banner 9ed9c3503d Bug 1786197 - Turn on ESLint rule for prefer-boolean-length-check for modules. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D155172
2022-08-26 13:39:37 +00:00
..
sign
src
tests Bug 1786197 - Turn on ESLint rule for prefer-boolean-length-check for modules. r=valentin 2022-08-26 13:39:37 +00:00
tool
verify
README
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.