Lines Matching refs:ZLib
1 ZLib for Ada thick binding (ZLib.Ada)
4 ZLib.Ada is a thick binding interface to the popular ZLib data
6 It provides Ada-style access to the ZLib C library.
9 Here are the main changes since ZLib.Ada 1.2:
11 - Attension: ZLib.Read generic routine have a initialization requirement
16 - Added Is_Open routines to ZLib and ZLib.Streams packages.
31 How to build ZLib.Ada under GNAT
33 You should have the ZLib library already build on your computer, before
34 building ZLib.Ada. Make the directory of ZLib.Ada sources current and
44 How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2
47 2. Build the libz.a library from the ZLib C sources.
54 How to use ZLib.Ada
57 the main functionality of ZLib.Ada.