File: control

package info (click to toggle)
libregexp-debugger-perl 0.002006-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: perl: 2,505; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,465 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
Source: libregexp-debugger-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper-compat (= 13), libmodule-build-perl, perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libregexp-debugger-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libregexp-debugger-perl.git
Homepage: https://metacpan.org/release/Regexp-Debugger
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libregexp-debugger-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libjson-xs-perl | libjson-perl | libyaml-syck-perl,
 libio-prompter-perl,
 libterm-readkey-perl
Description: Perl module to visually debug regexes in-place
 Regexp::Debugger is a module that helps tame unruly regexes by
 providing live interactive run-time visualizations of any regex in a
 Perl code. The debugger allows one to track capture variables, follow
 recursive subpattern matches, set break-points within a regex match,
 and even step backwards through the matching process to work out
 exactly where things started going so horribly wrong.
 .
 When you load this module, any regex in the same lexical scope will be
 visually (and interactively) debugged as it matches.
 .
 In addition to the Perl module, the package also contains the
 module's commandline frontend rxrx.