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
|
Source: zarchive
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: cmake, libzstd-dev, pkg-config
Standards-Version: 4.6.1
Homepage: https://github.com/Exzap/ZArchive
Vcs-Git: https://salsa.debian.org/debian/zarchive.git
Vcs-Browser: https://salsa.debian.org/debian/zarchive
Rules-Requires-Root: no
Package: libzarchive0.1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for creating and reading zstd-compressed files
ZArchive is yet another file archive format. Think of zip, tar, 7z,
etc. but with the requirement of allowing random-access reads and
supporting Zstandard compression.
.
This package contains the shared library.
Package: libzarchive-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libzarchive0.1 (= ${binary:Version}), ${misc:Depends}
Description: library for creating and reading zstd-compressed files - development files
ZArchive is yet another file archive format. Think of zip, tar, 7z,
etc. but with the requirement of allowing random-access reads and
supporting Zstandard compression.
.
This package contains the development files.
Package: zarchive-tools
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: libzarchive0.1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: tool for creating and reading zstd-compressed files
ZArchive is yet another file archive format. Think of zip, tar, 7z,
etc. but with the requirement of allowing random-access reads and
supporting Zstandard compression.
.
This package contains the zarchive tool, that allows you to create and
read file archives in the ZArchive format (.zar).
|