| 12
 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: libnativecall-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: libffi-checklib-perl,
                     libffi-platypus-perl <!nocheck>,
                     perl,
                     libscalar-list-utils-perl <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnativecall-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnativecall-perl.git
Homepage: https://metacpan.org/release/NativeCall
Package: libnativecall-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libffi-checklib-perl,
         libffi-platypus-perl,
         libscalar-list-utils-perl
Description: Perl 5 interface to foreign functions in Perl code without XS
 The NativeCall module calls into dynamic libraries that follow the C calling
 convention in order to write simple library bindings.
 .
 It mimics the NativeCall module and interface from Perl 6.
 .
 Under the hood, it uses FFI::Platypus, inheritance and attributes.
 |