File: control

package info (click to toggle)
lzma 4.43-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,372 kB
  • ctags: 3,159
  • sloc: cpp: 7,882; ansic: 5,250; cs: 3,728; java: 3,077; makefile: 190
file content (21 lines) | stat: -rw-r--r-- 768 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
Source: lzma
Section: utils
Priority: optional
Maintainer: Mohammed Adnène Trojette <adn+deb@diwi.org>
Build-Depends: debhelper (>= 4.0.0), quilt
Standards-Version: 3.7.2

Package: lzma
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Default and general compression method of 7z format in 7-Zip program
 LZMA is a compression algorithm, based on the famous Lempel Ziv
 compression method.
 .
 The main characteristics of the algorithm are very good compression,
 fast decompression, use of lot of RAM for compression and low usage of
 RAM for decompression.
 .
 LZMA provides high compression ratio and very fast decompression, so it
 is very suitable for embedded applications. For example, it can be used
 for ROM (firmware) compression.