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
|
Source: bzip3
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: devel
Build-Depends: debhelper-compat (= 13),
pkgconf,
cmake
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/bzip3
Vcs-Git: https://salsa.debian.org/debian/bzip3.git
Homepage: https://github.com/iczelia/bzip3
Package: libbzip3-1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: better, faster and stronger spiritual successor to bzip2 - runtime
Features higher compression ratios and better performance thanks to a order-0
context mixing entropy coder, a fast Burrows-Wheeler transform code making use
of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style
string matching and PPM-style context modeling.
.
This package includes the shared library.
Package: libbzip3-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libbzip3-1 (= ${binary:Version}),
libc6-dev | libc-dev
Description: better, faster and stronger spiritual successor to bzip2 - development
Features higher compression ratios and better performance thanks to a order-0
context mixing entropy coder, a fast Burrows-Wheeler transform code making use
of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style
string matching and PPM-style context modeling.
.
This package contains files that are needed to build applications.
Package: bzip3
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
libbzip3-1 (= ${binary:Version})
Description: better, faster and stronger spiritual successor to bzip2 - utilities
Features higher compression ratios and better performance thanks to a order-0
context mixing entropy coder, a fast Burrows-Wheeler transform code making use
of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style
string matching and PPM-style context modeling.
.
This package contains files that is tool using libbzip3.
|