File: control

package info (click to toggle)
libreply-perl 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 316 kB
  • ctags: 135
  • sloc: perl: 1,414; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 2,129 bytes parent folder | download | duplicates (2)
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 (>= 9)
Build-Depends-Indep: libcarp-always-perl,
                     libconfig-ini-reader-ordered-perl,
                     libdevel-lexalias-perl,
                     libeval-closure-perl (>= 0.11),
                     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://anonscm.debian.org/cgit/pkg-perl/packages/libreply-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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 (>= 0.11),
         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!