wok-current annotate libzip/description.txt @ rev 25787
Adjust minimal kernel version for glibc
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Jul 29 18:07:04 2025 +0000 (2 months ago) |
| parents | |
| children |
| rev | line source |
|---|---|
| Hans-Günter@24855 | 1 Libzip is a C library for reading, creating, and modifying zip archives. |
| Hans-Günter@24855 | 2 Files can be added from data buffers, files, or compressed data copied directly |
| Hans-Günter@24855 | 3 from other zip archives. |
| Hans-Günter@24855 | 4 Changes made without closing the archive can be reverted. |
| Hans-Günter@24855 | 5 The API is documented by man pages. |