File: control

package info (click to toggle)
lzma 9.22-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,636 kB
  • ctags: 7,947
  • sloc: cpp: 32,791; ansic: 13,738; cs: 3,846; java: 3,077; makefile: 781; asm: 449; sh: 74
file content (59 lines) | stat: -rw-r--r-- 2,530 bytes parent folder | download
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
Source: lzma
Section: utils
Priority: optional
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Uploaders: Arnaud Fontaine <arnau@debian.org>, Jonathan Nieder <jrnieder@gmail.com>
Build-Depends: debhelper (>= 8.0.0), zlib1g-dev
Homepage: http://www.7-zip.org/sdk.html
Vcs-Git: git://git.debian.org/git/collab-maint/lzma.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/lzma.git;a=summary
Standards-Version: 3.9.2

Package: lzma
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: xz-lzma (<< 5.1.1alpha+20110809-2)
Description: Compression and decompression in the LZMA format - command line utility
 The Lempel-Ziv Markov-chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package provides the lzma command line utility, which has a
 familiar gzip-like interface.
 
Package: lzma-alone
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: lzma (<< 4.43-13)
Replaces: lzma (<< 4.43-13)
Description: Compression and decompression in the LZMA format - legacy utility
 The Lempel-Ziv Markov-chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package provides only the old lzma_alone compression utility, which
 has an interface more like that of zip.

Package: lzma-dev
Architecture: all
Depends: zlib1g-dev, ${misc:Depends}
Description: Compression and decompression in the LZMA format - development files
 The Lempel-Ziv Markov-chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package contains the headers and libraries of lzma. It is
 experimental and will be replaced by the library as soon as it is
 available.