1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libcurses-ui-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libcurses-perl, libterm-readkey-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>
Standards-Version: 3.7.2
Package: libcurses-ui-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libcurses-perl, libterm-readkey-perl
Description: curses-based OO user interface framework for Perl
A UI framework for Perl based on the curses library. Curses::UI contains
the standard set of widgets for use in constructing user interfaces, plus
the following more advanced widgets: calendar, progress bar, text editor
(including word wrapping and undo), and text viewer. It supports a
variety of dialog windows, from the standard basic and error dialogs to
file browers, progress bars, and a calendar.
.
Curses::UI also has internationalization support and currently has
localization information for English, Dutch, German, Russian, Italian,
Polish, Portuguese, and Norwegian.
|