File: control

package info (click to toggle)
libffi-platypus-perl 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,860 kB
  • sloc: perl: 7,388; ansic: 6,862; cpp: 53; sh: 19; makefile: 14
file content (40 lines) | stat: -rw-r--r-- 1,711 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
35
36
37
38
39
40
Source: libffi-platypus-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: C.J. Collier <cjcollier@linuxfoundation.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libcapture-tiny-perl,
               libextutils-parsexs-perl,
               libffi-checklib-perl <!nocheck>,
               libffi-dev,
               libjson-pp-perl,
               libscalar-list-utils-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               libtest2-suite-perl <!nocheck>,
               perl-xs-dev,
               perl:native,
               pkgconf | libpkgconfig-perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libffi-platypus-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libffi-platypus-perl.git
Homepage: https://metacpan.org/release/FFI-Platypus
Rules-Requires-Root: no

Package: libffi-platypus-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libcapture-tiny-perl,
         libffi-checklib-perl,
         libscalar-list-utils-perl
Description: module to create Perl bindings to non-Perl libraries with FFI
 FFI::Platypus is a library for creating interfaces to machine code libraries
 written in languages like C, C++, Fortran, Rust, Pascal. Essentially anything
 that gets compiled into machine code. This implementation uses libffi to
 accomplish this task. libffi is battle tested by a number of other scripting
 and virtual machine languages, such as Python and Ruby to serve a similar
 role.