~nut/racket-unmozlz4

decompress firefox mozlz4 files
clear up some docs, include links to deps
"fix" test requirements for pkgs.racket-lang.org

clone

read-only
https://git.sr.ht/~nut/racket-unmozlz4
read/write
git@git.sr.ht:~nut/racket-unmozlz4

You can also use your local clone with git send-email.

#racket-unmozlz4

Decompress Mozilla's custom mozlz4 files.


#Usage

#as a Racket script:

racket PATH-TO-THIS-REPO/unmozlz4.rkt COMPRESSED-FILE [OUT-FILE]

#as a Raco command:

First, install as a Raco package with:

raco pkg install unmozlz4 to fetch it from pkgs.racket-lang.org,

or

raco pkg install within this directory.

If installation succedes,

raco unmozlz4 COMPRESSED-FILE [OUT-FILE]

should decompress the chosen file.


#Dependencies