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 58 59 60 61
|
Source: zziplib
Section: libs
Priority: optional
Maintainer: Scott Howard <showard@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
pkg-config,
zlib1g-dev,
python3:native,
zip,
dh-exec,
cmake,
Standards-Version: 4.6.2
Homepage: https://github.com/gdraheim/zziplib
Vcs-Browser: https://salsa.debian.org/debian/zziplib
Vcs-Git: https://salsa.debian.org/debian/zziplib.git
Package: zziplib-bin
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library providing read access on ZIP-archives - binaries
The zziplib library is intentionally lightweight, it offers the ability
to easily extract data from files archived in a single zip file.
Applications can bundle files into a single zip archive and access them.
The implementation is based only on the (free) subset of compression
with the zlib algorithm which is actually used by the zip/unzip tools.
.
This package contains some useful binaries to extract data from zip
archives.
Package: libzzip-0-13t64
Provides: ${t64:Provides}
Replaces: libzzip-0-13
Breaks: libzzip-0-13 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library providing read access on ZIP-archives - library
The zziplib library is intentionally lightweight, it offers the ability
to easily extract data from files archived in a single zip file.
Applications can bundle files into a single zip archive and access them.
The implementation is based only on the (free) subset of compression
with the zlib algorithm which is actually used by the zip/unzip tools.
.
This package contains the zziplib runtime library.
Package: libzzip-dev
Section: libdevel
Architecture: any
Depends: libzzip-0-13t64 (= ${binary:Version}), ${misc:Depends}
Description: library providing read access on ZIP-archives - development
The zziplib library is intentionally lightweight, it offers the ability
to easily extract data from files archived in a single zip file.
Applications can bundle files into a single zip archive and access them.
The implementation is based only on the (free) subset of compression
with the zlib algorithm which is actually used by the zip/unzip tools.
.
This package contains the header files and static library needed to
compile applications that use zziplib.
|