libzip 1.7.3-ok1 source package in openKylin

Changelog

libzip (1.7.3-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 14:07:13 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main libs
Nile V2.0 proposed main libs

Downloads

File Size SHA-256 Checksum
libzip_1.7.3.orig.tar.xz 729.9 KiB a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
libzip_1.7.3-ok1.debian.tar.xz 5.8 KiB 7683f243255615ec43c724c5fe2cf99c3fc100b22ab75c21582d5ca81be083c6
libzip_1.7.3-ok1.dsc 2.0 KiB e0551d8473b7b9ca1b03983876def9179529acf47eb77696c3fe08b149527581

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.

libzip4t64: 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.

libzip4t64-dbgsym: debug symbols for libzip4t64
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