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 independent LZMA & BZip2 stream compressor & decompressor pairs
- Permissive license (MIT)
- Free, open-source
License
MIT LicenseFollow Zip-Ada
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Very interesting project, famous Ada programming language is still alive.