File: control

package info (click to toggle)
ucl 1.03-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,912 kB
  • ctags: 9,968
  • sloc: sh: 11,725; asm: 10,461; ansic: 5,057; makefile: 128
file content (33 lines) | stat: -rw-r--r-- 1,145 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
Source: ucl
Section: libs
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper (>> 4.1)
Standards-Version: 3.6.1

Package: libucl1
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libucl (<= 1.01-1)
Replaces: libucl (<= 1.01-1)
Provides: libucl
Description: Portable compression library - runtime
 UCL is a portable lossless data compression library written in ANSI C,
 implementing a number of compression algorithms that achieve an
 excellent compression ratio while allowing *very* fast decompression.
 Decompression requires no additional memory.
 .
 Homepage: http://www.oberhumer.com/opensource/ucl/

Package: libucl-dev
Section: libdevel
Architecture: any
Depends: libucl1 (= ${Source-Version}), libc6-dev | libc-dev
Description: Portable compression library - development
 UCL is a portable lossless data compression library written in ANSI C,
 implementing a number of compression algorithms that achieve an
 excellent compression ratio while allowing *very* fast decompression.
 .
 This package contains the development support files.
 .
 Homepage: http://www.oberhumer.com/opensource/ucl/