Zip-Ada is a library for .zip archives. Full sources are in Ada and are unconditionally portable. Input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. Task safe and endian-neutral.
More information on: http://unzip-ada.sf.net
Alire crate: https://alire.ada.dev/crates/zipada
Mirror: https://github.com/zertovitch/zip-ada/
Features
- Pure Ada
- Task safe
- Standalone
- Endian-neutral
- Unconditionally portable
- Files and streams supported, for archives and entries, for compression and decompression
- Zip methods supported for compression: Reduce, Shrink, Deflate, BZip2, LZMA.
- Zip methods supported for decompression: the above methods, plus: Implode, Deflate64
- Library is in pure Ada 2012 (nothing compiler/system specific), can be used in projects in Ada 2012 and later language versions
- Tests and demos included
- Includes LZMA & BZip2 independant compressor & decompressor pairs
License
MIT LicenseFollow Zip-Ada
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Very interesting project, famous Ada programming language is still alive.