File: control

package info (click to toggle)
libffi-checklib-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • ctags: 21
  • sloc: perl: 249; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,269 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
Source: libffi-checklib-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 (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libffi-checklib-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libffi-checklib-perl.git
Homepage: https://metacpan.org/release/FFI-CheckLib

Package: libffi-checklib-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to check availability of a library for FFI
 FFI::CheckLib checks whether a particular dynamic library is available for
 FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic
 libraries even when development packages are not installed. It also provides
 a find_lib function that will return the full path to the found dynamic
 library, which can be feed directly into FFI::Platypus or FFI::Raw.
 .
 Although intended mainly for FFI modules via FFI::Platypus and similar, this
 module does not actually use any FFI to do its detection and probing.