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
|
Source: libcurses-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>,
Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: perl,
libncursesw5-dev,
debhelper (>= 9.20120312~)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcurses-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcurses-perl.git
Homepage: https://metacpan.org/release/Curses
Package: libcurses-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Curses interface for Perl
libcurses-perl (the Curses module from CPAN) will let you
use the ncurses/curses terminal screen manipulation
routines from Perl programs.
|