File: control

package info (click to toggle)
liblzf 3.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 877; sh: 231; cs: 226; makefile: 57
file content (34 lines) | stat: -rw-r--r-- 1,249 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
Source: liblzf
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.6.2
Section: libs
Homepage: http://software.schmorp.de/pkg/liblzf.html
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/liblzf.git
Vcs-Browser: https://salsa.debian.org/debian/liblzf

Package: liblzf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblzf1 (= ${binary:Version}), ${misc:Depends}
Description: Very small data compression library - development headers
 This library implements the very, very fast LZF compression algorithm written
 in C. Compression ratios are moderate with 40 to 50 percent for typical
 binary data, but decompression speed is basically at unoptimized memcpy
 speed.
 .
 This package installs the necessary files to develop and link against
 the library.

Package: liblzf1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Very small data compression library
 This library implements the very, very fast LZF compression algorithm written
 in C. Compression ratios are moderate with 40 to 50 percent for typical
 binary data, but decompression speed is basically at unoptimized memcpy
 speed.