[go: up one dir, main page]

File: control

package info (click to toggle)
ucl 1.01-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,880 kB
  • ctags: 8,570
  • sloc: asm: 9,868; sh: 9,630; ansic: 2,849; makefile: 122; python: 109
file content (29 lines) | stat: -rw-r--r-- 1,024 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
Source: ucl
Section: libs
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper (>> 3.4.10)
Standards-Version: 3.5.6

Package: libucl0
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.

Package: libucl-dev
Section: devel
Architecture: any
Depends: libucl0 (= ${Source-Version}), libc6-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.