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
You Might Also Like
Relax: PRTG Monitors Your IT for You
You’re the go-to IT person, always putting out fires and keeping things running. With PRTG, you get reliable alerts to monitor your entire IT infrastructure, without the noise. Our intuitive setup gives you a clear overview of your network, devices, and applications in real time. Get instant alerts only when something needs your attention, whether you’re at your desk or on the move. Spend less time worrying about outages and more time focusing on what matters. Set up PRTG once and let it work for you - PRTG has you covered.
Rate This Project
Login To Rate This Project
User Reviews
-
Very interesting project, famous Ada programming language is still alive.