{"id":13421124,"url":"https://github.com/flo2k/CppZip","last_synced_at":"2025-03-15T08:30:59.592Z","repository":{"id":4762955,"uuid":"5913498","full_name":"flo2k/CppZip","owner":"flo2k","description":"CppZip","archived":false,"fork":false,"pushed_at":"2017-12-06T20:07:32.000Z","size":29756,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-31T22:58:03.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flo2k.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-22T14:05:06.000Z","updated_at":"2019-04-17T19:57:46.000Z","dependencies_parsed_at":"2022-09-21T00:41:33.039Z","dependency_job_id":null,"html_url":"https://github.com/flo2k/CppZip","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo2k%2FCppZip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo2k%2FCppZip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo2k%2FCppZip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo2k%2FCppZip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flo2k","download_url":"https://codeload.github.com/flo2k/CppZip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707119,"owners_count":20334611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T22:01:49.923Z","updated_at":"2025-03-15T08:30:54.829Z","avatar_url":"https://github.com/flo2k.png","language":"C++","funding_links":[],"categories":["TODO scan for Android support in followings"],"sub_categories":[],"readme":"CppZip\n======\n\nCppZip is an open source c++ zip library and is based on minizip and zlib. CppZip is implemented with\nstandard C++ (C++11) and some functions of the boost libraries.\n\nIt's implementation focus is\n - on easy to use - a clear and well documented API,\n - to run on multiple platforms (Windows, Linux, ...),\n - and well tested.\n\n\n### Build status:\n\n - [![Build Status](https://travis-ci.org/flo2k/CppZip.svg?branch=master)](https://travis-ci.org/flo2k/CppZip) TravisCI (linux)\n\n - [![Build Status](https://ci.appveyor.com/api/projects/status/qlctko1hvennty1h?svg=true)](https://ci.appveyor.com/project/flo2k/cppzip) AppVeyor (Windows)\n\n### There are two classes in the library:\n\n[_Zip_](src/CppZip/Zip.h) compresses and zips files and folders.\n - Adding files from memory\n - Adding files from file system\n - Adding complete (and recursive) folders from file system\n - Delete files\n - Replace files\n - Supports Passwords\n\n[_Unzip_](src/CppZip/Zip.h) uncompresses and unzips zip files.\n - Inspect files inside a zip (e.g. file list)\n - Extract to file system\n - Extract to memory\n - Supports Passwords\n\n### Author:\n_Florian Künzner_\n\n### Version:\n1.0.1.4 release state\n\n### Date:\n06.12.2017\n\n### Compilation:\nCompiles with cmake into the directory \"build\":\n\n#### Compile on Linux\n    #create build dir\n    mkdir build\n\n    #configure\n    cmake -H. -Bbuild\n\n    #build\n    cmake --build build -- -j\n\n    #build doc\n    cmake --build build -- doc\n\n#### Compile on Windows\n    #create build dir\n    mkdir build\n\n    #configure\n    cmake -H. -Bbuild\n        -DBOOST_ROOT=\"%BOOST_ROOT%\" -DBOOST_LIBRARYDIR=\"%BOOST_LIBRARYDIR%\"\n        -DDOXYGEN_EXECUTABLE=\"%DOXYGEN_EXE%\"\n        -DZLIB_INCLUDE_DIR=\"%ZLIB_INCLUDE%\" -DZLIB_LIBRARY=\"%ZLIB_LIBRARY%\"\n        -DCPPUNIT_INCLUDE_DIR=\"%CPPUNIT_INCLUDE_DIR%\" -DCPPUNIT_LIBRARY_RELEASE=\"%CPPUNIT_LIBRARY%\"\n\n    #build\n    cmake --build build --config Release --\n\n    #build doc\n    cmake --build build --config Release --target doc\n\n### License:\n\nsee [LICENSE.txt](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflo2k%2FCppZip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflo2k%2FCppZip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflo2k%2FCppZip/lists"}