SkillAgentSearch skills...

Libzippp

libzip++ - A safe modern C++ wrapper on top of libzip - mirror of http://hg.markand.fr/libzip/

Install / Use

/learn @leezu/Libzippp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

libzip++ -- A safe modern C++ wrapper on top of libzip

Introduction

The libzip library is a good C library for opening and creating zip archives, this wrapper provides safe C++ classes around this great library.

The benefits:

  • Automatic allocations and destructions (RAII),
  • Easy way to add files,
  • Easy API,
  • Easy file reading in archive,
  • Convenience, thanks to C++ function overloads.

Documentation

See zip.hpp or build doxygen.

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated4mo ago
Forks11

Languages

C++

Security Score

72/100

Audited on Dec 3, 2025

No findings