Mypal68/modules/libmar
2024-11-25 17:24:41 +02:00
..
sign 68.14.5 - everything else 2024-11-25 17:24:41 +02:00
src 68.14.5 - everything else 2024-11-25 17:24:41 +02:00
tests 68.14.5 - everything else 2024-11-25 17:24:41 +02:00
tool 68.14.5 - everything else 2024-11-25 17:24:41 +02:00
verify 68.14.5 - everything else 2024-11-25 17:24:41 +02:00
moz.build 68.14.5 - everything else 2024-11-25 17:24:41 +02:00
README 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03: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.