File: control

package info (click to toggle)
libinline-c-perl 0.81-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 648 kB
  • sloc: perl: 2,053; makefile: 7; ansic: 6
file content (34 lines) | stat: -rw-r--r-- 1,428 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
Source: libinline-c-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 (= 12)
Build-Depends-Indep: libfile-copy-recursive-perl <!nocheck>,
                     libfile-sharedir-install-perl,
                     libinline-perl (>= 0.83) <!nocheck>,
                     libparse-recdescent-perl <!nocheck>,
                     libpegex-perl (>= 0.66) <!nocheck>,
                     libtest-warn-perl <!nocheck>,
                     libyaml-libyaml-perl <!nocheck>,
                     perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libinline-c-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libinline-c-perl.git
Homepage: https://metacpan.org/release/Inline-C

Package: libinline-c-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gcc | c-compiler,
         libinline-perl (>= 0.83),
         libparse-recdescent-perl,
         libpegex-perl (>= 0.66)
Description: C Language Support for Inline
 Inline::C is a module that allows one to write Perl subroutines in C.
 .
 The Inline module supports multiple programming languages and each language
 has its own support module. This module allows one to use Inline with the C
 programming language.