간단한 C/C++ zip 라이브러리 (Simple Zip library implemented C)

종종 개발을 하다보면 웹에서 zip 파일을 받거나 내부에서 압축/해제를 해야하는 케이스가 발생하게 된다.
(예를 들면 구글 스토리지에서 리포트 파일을 받는다거나 리포트 파일을 받는 그런 느낌)
이런 경우 7zip이나 반디집 같은 외부 툴을 설치해서 연동할 수도 없고, 더더욱 서버에서라면 막막할 뿐이다.
이런 경우 사용할 수 있는 간단한 C++ zip 라이브러리가 있는데 이름하여 MiniZ!
심지어 C로 구현되어 있어서 C++ 사용이 어려운 분야에서도 활용이 가능하다.
또한 라이선스도 MIT라 소스 공개가 의무가 아님!
자세한 것은 하단의 GitHub 링크에서 확인!

In English:
When you make software, sometimes you may download zip files from the web, extract and use the files. (such as downloading report files from Google Storage)
In this case, you might use some external software like WinZip or 7Zip to extract files in your application software but what if the software is server-side application? You might not want to make this kind of dependency in your software.
So I would like to introduce a small and simple Zip library implemented C which is MINIZ!!!
MiniZ consists with a small quantity of source files and a license is MIT.
Visit below link and look around it!

MINIZ

댓글

가장 많이 본 글