libzip 1.11.4-ok1 source package in openKylin

Changelog

libzip (1.11.4-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Sun, 31 May 2026 06:34:35 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libs

Downloads

File Size SHA-256 Checksum
libzip_1.11.4.orig.tar.xz 774.7 KiB 8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b
libzip_1.11.4-ok1.debian.tar.xz 4.8 KiB c4bf9aaa70c9193c74c5009bf225e94d06372a075ba5f02bab3330d668757084
libzip_1.11.4-ok1.dsc 2.0 KiB 6ca3b2260cdf583dcc1704697af40bb8b6db9bb13b145a90debe63712d52433f

Available diffs

View changes file

Binary packages built by this source

libzip-dev: library for reading, creating, and modifying zip archives (development)

 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the static libraries and headers for developing
 applications that use the libzip library API.

libzip5: library for reading, creating, and modifying zip archives (runtime)

 libzip is a C library for reading, creating, and modifying zip archives. Files
 can be added from data buffers, files, or compressed data copied directly from
 other zip archives. Changes made without closing the archive can be reverted.
 .
 This package contains the files necessary for running applications that
 use the libzip library.

libzip5-dbgsym: debug symbols for libzip5
zipcmp: compare contents of zip archives

 zipcmp compares two zip archives and checks if they contain the same files,
 comparing their names, uncompressed sizes, and CRCs. File order and compressed
 size differences are ignored.

zipcmp-dbgsym: debug symbols for zipcmp
zipmerge: merge zip archives

 zipmerge merges a source zip archives into a target zip archive.
 By default, files in the source zip archives overwrite existing files of the
 same name in the target zip archive.

zipmerge-dbgsym: debug symbols for zipmerge
ziptool: modify zip archives

 ziptool is a utility for working with zip archives. It can modify
 details of zip archives according to the commands given, including
 timestamps and other metadata about the included files.

ziptool-dbgsym: debug symbols for ziptool