wok diff libzip/description.txt @ rev 25644

Add fake-hwclock, manage time on system without RTC
author Stanislas Leduc <shann@slitaz.org>
date Tue Jan 16 19:48:23 2024 +0100 (8 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libzip/description.txt	Tue Jan 16 19:48:23 2024 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +Libzip is a C library for reading, creating, and modifying zip archives.
     1.5 +Files can be added from data buffers, files, or compressed data copied directly
     1.6 +from other zip archives.
     1.7 +Changes made without closing the archive can be reverted.
     1.8 +The API is documented by man pages.