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: libcdk
Section: libs
Priority: optional
Maintainer: Peter Eisentraut <peter_e@gmx.net>
Standards-Version: 3.6.1.1
Build-Depends: debhelper (>= 4), dpatch, libncurses5-dev, autotools-dev
Package: libcdk4
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 21 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://www.vexus.ca/products/CDK/
Package: libcdk-dev
Architecture: any
Section: libdevel
Depends: libcdk4 (= ${Source-Version}), libncurses5-dev
Replaces: libcdk-examples
Conflicts: libcdk-examples
Description: C-based curses widget library (development files)
CDK stands for "Curses Development Kit". CDK sits on top of the curses
library and provides 21 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://www.vexus.ca/products/CDK/
|