File: control

package info (click to toggle)
libppix-editortools-perl 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 332 kB
  • sloc: perl: 2,295; xml: 201; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,241 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
Source: libppix-editortools-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libclass-xsaccessor-perl,
                     libppi-perl,
                     libtest-differences-perl,
                     libtest-most-perl,
                     libtry-tiny-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libppix-editortools-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libppix-editortools-perl.git
Homepage: https://metacpan.org/release/PPIx-EditorTools

Package: libppix-editortools-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-xsaccessor-perl,
         libppi-perl,
         libtry-tiny-perl
Description: set of tools for editors to use for manipulating Perl via PPI
 PPIx::EditorTools is a set of tools designed to be used by IDEs and Editors
 to manipulate Perl code. It provides base classes and utility methods for
 manipulating Perl via PPI.