File: control

package info (click to toggle)
libreply-perl 0.42-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 1,414; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 2,117 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: libreply-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcarp-always-perl,
                     libconfig-ini-reader-ordered-perl,
                     libdevel-lexalias-perl,
                     libeval-closure-perl,
                     libfile-homedir-perl,
                     libio-pager-perl,
                     libmodule-runtime-perl,
                     libpackage-stash-perl,
                     libpadwalker-perl,
                     libterm-readkey-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libreply-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libreply-perl.git
Homepage: https://metacpan.org/release/Reply

Package: libreply-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libconfig-ini-reader-ordered-perl,
         libdevel-lexalias-perl,
         libeval-closure-perl,
         libfile-homedir-perl,
         libio-pager-perl,
         libmodule-runtime-perl,
         libpackage-stash-perl,
         libpadwalker-perl,
         libterm-readkey-perl,
         libtry-tiny-perl
Suggests: libapp-nopaste-perl,
          libb-keywords-perl,
          libcarp-always-perl,
          libclass-refresh-perl,
          libdata-dump-perl,
          libdata-printer-perl,
          libmro-compat-perl,
          libproc-invokeeditor-perl,
          libterm-readline-gnu-perl
Description: lightweight extensible Perl REPL
 Reply ("read, eval, print, loop, yay!") is a lightweight, extensible REPL for
 Perl. It is plugin-based (see Reply::Plugin), and through plugins supports
 many advanced features such as coloring and pretty printing, readline
 support, and pluggable commands.
 .
 NOTE: This is an early release, and implementation details of this module are
 still very much in flux. Feedback is welcome!