Skip to content

mjwoodcock/riscosarc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC OS de-archiver

This is a Java implementation of the various compression algorithms used by RISC OS archivers.

Supported archive formats are:

  • Spark
  • ArcFS
  • PackDir
  • Squash
  • CFS

riscosarc can not create archives, it can only extract files from them.

Usage:

java riscosarc [opt] [archive file]

where opt is:

-l: list contents of archive

-v: verbose listing

-x: extract files from archive

Files are extracted with the RISC OS filetype appended to the name.

There is precious little documentation, and probably no comments in the code.

To Build on Linux

./build.sh

About

De-archiver for various RISC OS archive formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published