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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: cwidget
Priority: optional
Section: libs
Homepage: https://salsa.debian.org/cwidget-team/
Vcs-Git: https://salsa.debian.org/cwidget-team/cwidget.git
Vcs-Browser: https://salsa.debian.org/cwidget-team/cwidget
Maintainer: Manuel A. Fernandez Montecelo <mafm@debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13),
gettext,
libcppunit-dev (>= 1.13.2-2.1),
libncurses-dev (>= 6.0+20180210),
libsigc++-2.0-dev
Build-Depends-Indep: doxygen,
ikiwiki (>= 1.34),
libhtml-scrubber-perl,
libimage-magick-perl
Rules-Requires-Root: no
Standards-Version: 4.6.1
Package: libcwidget4
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: libcwidget-dev
Description: high-level terminal interface library for C++ (runtime files)
libcwidget is a modern user interface library modeled on GTK+ and Qt,
but using curses as its display layer and with widgets that are
tailored to a terminal environment.
.
This package contains the files that are required to run programs
compiled against libcwidget.
Package: libcwidget-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libcwidget4 (= ${binary:Version}),
libsigc++-2.0-dev,
libncursesw5-dev,
pkg-config
Suggests: libcwidget-doc
Description: high-level terminal interface library for C++ (development files)
libcwidget is a modern user interface library modeled on GTK+ and Qt,
but using curses as its display layer and with widgets that are
tailored to a terminal environment.
.
This package contains files that are needed to write or compile
software that uses libcwidget.
.
WARNING: this is a newly created library whose development is closely
tied to the development of aptitude. Its API may be incomplete and
is likely to change considerably version-over-version! You may want
to avoid cwidget for stable projects.
Package: libcwidget-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
libjs-jquery
Suggests: libcwidget-dev,
iceweasel | www-browser
Description: high-level terminal interface library for C++ (documentation)
libcwidget is a modern user interface library modeled on GTK+ and Qt,
but using curses as its display layer and with widgets that are
tailored to a terminal environment.
.
This package contains documentation for libcwidget, in HTML format.
|