• Stars
    star
    21
  • Rank 1,049,110 (Top 22 %)
  • Language
    Ada
  • Created over 4 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.
Zip-Ada is a library for dealing with
the Zip compressed archive file format.

 - Fully open-source - no black-box
 - Fully in Ada - no interfacing headaches
 - Fully portable - no preprocessing, no conditionals

====
Complete description in: doc/zipada.txt

If you are in a hurry (tl;dr), ignore the documentation,
have GNAT installed (automatic on Linux), and try the
command "gprbuild -P zipada.gpr".
Bonus: the file zipada.gpr is a text file,
with some comments.