Squeeze (Daniel Bernstein)
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
| Line 17: | Line 17: | ||
== Software == | == Software == | ||
* [http://ftp.lyx.org/pub/unix/archive/squeeze.tar.Z squeeze.tar.Z] - squeeze v1.711 | * [http://ftp.lyx.org/pub/unix/archive/squeeze.tar.Z squeeze.tar.Z] - squeeze v1.711 | ||
| + | ** [https://github.com/sourcekris/squeeze Another copy] | ||
| + | * [https://github.com/sourcekris/gosqueeze gosqueeze] | ||
[[Category:File formats with extension .mw]] | [[Category:File formats with extension .mw]] | ||
[[Category:File formats with case sensitive extensions]] | [[Category:File formats with case sensitive extensions]] | ||
Latest revision as of 11:39, 27 August 2026
- See Squeeze#Disambiguation for other formats named "Squeeze".
squeeze is a data compression utility and format developed Daniel J. Bernstein. It uses Miller-Wegman encoding.
The files it creates have no signature, and can't easily be identified from their contents. The suggested filename suffix is an all-caps ".MW".
[edit] Notes
The macutil software's documentation says "The MW code for StuffIt is loosely based on code by Daniel H. [sic?] Bernstein."
[edit] Software
- squeeze.tar.Z - squeeze v1.711
- gosqueeze