QuaZIP source 0.7.6

Full internal name:net.sourceforge.quazip.QuaZIPSource
Project site:https://github.com/stachenov/quazip
Screen shots:
Download: Download QuaZIP source 0.7.6

https://github.com/stachenov/quazip/archive/0.7.6.zip

VirusTotal results
Change log:https://github.com/stachenov/quazip/blob/master/NEWS.txt
Description:

Qt based library to access ZIP archives (source code)

License:LGPLv2.1
Version:0.7.6
SHA-1 or SHA-256:7254c8a42049071a8e9de6d5fbdd42ee043e4bd1ed5a103746dc8878e2298aaa
Type:zip
Dependencies:
Tags:libs
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b quazip*') do set name=%%x
cd "%name%"        
for /f "delims=" %%a in ('dir /b') do (
  move "%%a" ..
)
cd ..
rmdir "%name%"
.Npackd\Build.bat:
rem copy sources
xcopy "%npackd_package_dir%" src /E /I /Q
if %errorlevel% neq 0 exit /b %errorlevel%

if "%npackd_output_package%" equ "quazip-dev-x86_64-w64_seh_posix_8.2-qt_5.12-static" (goto x86_64) else (goto i686)

rem configure 64 bit
:x86_64
set path=C:\msys64\mingw64\bin
cd src
C:\msys64\mingw64\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC
if %errorlevel% neq 0 exit /b %errorlevel%
goto build

rem configure 32 bit
:i686
set path=C:\msys64\mingw32\bin
cd src
C:\msys64\mingw32\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC
if %errorlevel% neq 0 exit /b %errorlevel%
goto build

rem build
:build
mingw32-make
if %errorlevel% neq 0 exit /b %errorlevel%

rem copy the created libraries
cd ..
mkdir lib
if %errorlevel% neq 0 exit /b %errorlevel%
copy src\quazip\release\*.a lib
if %errorlevel% neq 0 exit /b %errorlevel%

rem copy the include files
mkdir include
if %errorlevel% neq 0 exit /b %errorlevel%
copy src\quazip\*.h include
if %errorlevel% neq 0 exit /b %errorlevel%
		
Last modified:Sat Jan 12 22:19:23 UTC 2019
Last modified by:tim.lebedk...
Created:Sat Jan 12 22:34:11 UTC 2019
Created by:tim.lebedk...
Automated tests:9 of 10 installations succeeded, 9 of 9 removals succeeded