File: control

package info (click to toggle)
libmodule-build-withxspp-perl 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 144 kB
  • ctags: 38
  • sloc: perl: 376; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,257 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
Source: libmodule-build-withxspp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libextutils-cppguess-perl,
                     libextutils-xspp-perl,
                     perl (>= 5.15.1) | libextutils-parsexs-perl (>= 3.040000)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-withxspp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-build-withxspp-perl.git
Homepage: https://metacpan.org/release/Module-Build-WithXSpp

Package: libmodule-build-withxspp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libextutils-cppguess-perl,
         libextutils-xspp-perl,
         libmodule-build-perl,
         perl (>= 5.15.1) | libextutils-parsexs-perl (>= 3.040000)
Description: XS++ enhanced flavour of Module::Build
 Module::Build::WithXSpp is a subclass of Module::Build that adds some
 tools and processes to make it easier to use for wrapping C++ using
 XS++ (ExtUtils::XSpp).