File: control

package info (click to toggle)
libcdk5 5.0.20161210-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,440 kB
  • ctags: 2,833
  • sloc: ansic: 32,375; sh: 4,732; makefile: 1,122; sed: 43; cpp: 41
file content (46 lines) | stat: -rw-r--r-- 1,956 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
37
38
39
40
41
42
43
44
45
46
Source: libcdk5
Section: libs
Priority: optional
Maintainer: Herbert Parentes Fortes Neto <hpfn@debian.org>
Standards-Version: 3.9.8
Build-Depends: autotools-dev, debhelper (>= 9), libncurses5-dev, pkg-config
Homepage: http://invisible-island.net/cdk
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libcdk5.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libcdk5.git

Package: libcdk5
Architecture: any
Depends: ${misc: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.

Package: libcdk5-dev
Architecture: any
Section: libdevel
Depends: libcdk5 (= ${binary:Version}), libncurses5-dev, ${misc:Depends}
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.

Package: libcdk5-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: C-based curses widget library (examples and demos)
 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 examples and demos about libcdk5.