1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: libzip
Priority: optional
Maintainer: Fathi Boudra <fboudra@free.fr>
Build-Depends: cdbs, debhelper (>= 5), quilt, autotools-dev, zlib1g-dev
Standards-Version: 3.7.2
Section: libs
Package: libzip-dev
Section: libdevel
Architecture: any
Depends: libzip1 (= ${binary:Version}), zlib1g-dev
Description: 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.
.
Homepage: http://www.nih.at/libzip/
Package: libzip1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
.
Homepage: http://www.nih.at/libzip/
Package: zipcmp
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
.
Homepage: http://www.nih.at/libzip/
Package: zipmerge
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
.
Homepage: http://www.nih.at/libzip/
|