File: control

package info (click to toggle)
libcurses-ui-perl 0.9609-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,312 kB
  • sloc: perl: 12,464; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,494 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
Source: libcurses-ui-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl,
               perl
Build-Depends-Indep: libtest-pod-perl <!nocheck>,
                     libcurses-perl <!nocheck>,
                     libterm-readkey-perl <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcurses-ui-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcurses-ui-perl.git
Homepage: https://metacpan.org/release/Curses-UI

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 browsers, progress bars, and a calendar.  Curses::UI also has
 internationalization support and currently has localization information
 for several languages.