Dactyloidae/modules/libmar
Moonchild a4b0f333ba Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
2021-05-07 09:53:59 +08:00
..
sign Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
src Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
tests Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
tool Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree. 2021-05-07 09:53:59 +08:00
verify Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree. 2021-05-07 09:53:59 +08:00
moz.build Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
README import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00

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.