Skip to content

zoul0813/zeal-archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeal Archiver (ZAR)

Zeal Archiver is a shell utility that can extract and list the contents of ZAR files

ZAR Files are similar to TAR (Tape Archive) files.

The ZAR file format has a 5 byte header containing

Header

"ZAR" 3-byte file identifier
1 byte file version
1 byte file count

ENTRIES

One entry per file, contiquous

16-bit seek position
16-bit size
MAX_FILENAME filename

DATA

The data, referenced by seek/size above

Installation

Building from source

Make sure that you have ZDE installed.

Then open a terminal, go to the source directory and type the following commands:

    $ zde make

About

Zeal Archiver (ZAR) - an archive utility for Zeal 8-bit OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published