Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zertovitch/zip-ada
Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.
https://github.com/zertovitch/zip-ada
ada ada-language ada-library bzip2 compression-library deflate deflate-format lzma zip zip-archive
Last synced: about 2 months ago
JSON representation
Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.
- Host: GitHub
- URL: https://github.com/zertovitch/zip-ada
- Owner: zertovitch
- Created: 2019-09-15T14:07:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T21:39:39.000Z (5 months ago)
- Last Synced: 2024-07-31T20:40:49.032Z (5 months ago)
- Topics: ada, ada-language, ada-library, bzip2, compression-library, deflate, deflate-format, lzma, zip, zip-archive
- Language: Ada
- Homepage: https://unzip-ada.sourceforge.io/
- Size: 16 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
- awesome-ada - zip-ada - Zip-Ada is a programming library for dealing with the Zip compressed archive file format. (Libraries / Compression)
README
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.txtIf 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.