MAr (Melting-Pot)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |released=≤1999 (beta) }} '''MAr''' (Melting-Pot ARchiver) is a compressed archive utility, and associated file format....") |
(→Software) |
||
| Line 14: | Line 14: | ||
== Software == | == Software == | ||
| − | * [ | + | * [{{SACFTPURL|pack|mar.rar}} MAr (beta)] - Includes source code, DOS binary, ELF binary |
| + | * [https://github.com/sourcekris/goMAr goMAr] | ||
Latest revision as of 11:36, 27 August 2026
MAr (Melting-Pot ARchiver) is a compressed archive utility, and associated file format.
Its documentation says it's associated with MLib, but more research is needed to figure out which one of the many things named "MLib" it is referring to.
It does not seem to have a default filename extension.
[edit] Identification
Files begin with ASCII "MAr".
[edit] Software
- MAr (beta) - Includes source code, DOS binary, ELF binary
- goMAr