gecko-dev/modules/libmar
Mark Banner 130a655906 Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu
Differential Revision: https://phabricator.services.mozilla.com/D177027
2023-05-20 12:26:53 +00:00
..
sign Bug 1817312 - Make modules/libmar/sign buildable outside of a unified build environment r=andi 2023-02-19 21:40:37 +00:00
src Bug 1824512 - Make modules/libmar/src buildable outside of a unified build environment r=andi 2023-03-30 13:48:32 +00:00
tests Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu 2023-05-20 12:26:53 +00:00
tool Bug 1806394 r=nalexander 2023-02-16 18:15:40 +00:00
verify Bug 1828385 - Make modules/libmar/verify buildable outside of a unified build environment r=andi 2023-04-18 13:43:20 +00:00
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.