File: control

package info (click to toggle)
libalt-alien-ffi-system-perl 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: perl: 93; ansic: 26; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 1,313 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
Source: libalt-alien-ffi-system-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 (>= 10)
Build-Depends-Indep: libffi-dev,
                     libtest2-suite-perl,
                     perl,
                     pkg-config | libpkgconfig-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalt-alien-ffi-system-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalt-alien-ffi-system-perl.git
Homepage: https://metacpan.org/release/Alt-Alien-FFI-System

Package: libalt-alien-ffi-system-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libffi-dev,
         pkg-config | libpkgconfig-perl
Conflicts: libalien-ffi-perl
Provides: libalien-ffi-perl
Description: simplified alternative to Alien::FFI that uses system libffi
 Alien::FFI makes libffi available to other Perl distributions.
 .
 Alt::Alien::FFI::System provides an alternative implementation of Alien::FFI
 that is geared toward system integrators when libffi is provided by the
 operating system. It will NOT attempt to download or install libffi, contrary
 to the original Alien::FFI.