File: control

package info (click to toggle)
libcdk5 5.0.20060507-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,564 kB
  • ctags: 2,808
  • sloc: ansic: 31,202; sh: 4,483; makefile: 661; sed: 43; cpp: 42
file content (36 lines) | stat: -rw-r--r-- 1,384 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
Source: libcdk5
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 4), libncurses5-dev, autotools-dev

Package: libcdk5
Architecture: any
Depends: ${shlibs:Depends}
Description: C-based curses widget library
 CDK stands for "Curses Development Kit".  CDK sits on top of the curses
 library and provides 22 ready to use widgets for rapid application
 development of text-based interfaces.  CDK delivers many of the common
 widget types required for a robust interface.  Widgets can be combined
 to create complex widgets if needed.
 .
 Home page: http://invisible-island.net/cdk/

Package: libcdk5-dev
Architecture: any
Section: libdevel
Depends: libcdk5 (= ${Source-Version}), libncurses5-dev
Replaces: libcdk-examples, libcdk-dev
Conflicts: libcdk-examples, libcdk-dev
Description: C-based curses widget library (development files)
 CDK stands for "Curses Development Kit".  CDK sits on top of the curses
 library and provides 22 ready to use widgets for rapid application
 development of text-based interfaces.  CDK delivers many of the common
 widget types required for a robust interface.  Widgets can be combined
 to create complex widgets if needed.
 .
 This package contains the header files and development libraries for
 the CDK library.
 .
 Home page: http://invisible-island.net/cdk/