File: control.in

package info (click to toggle)
libdevel-callchecker-perl 0.007-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 11
  • sloc: perl: 72; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 1,283 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
Source: libdevel-callchecker-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callchecker-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callchecker-perl.git
Homepage: https://metacpan.org/release/Devel-CallChecker

Package: libdevel-callchecker-perl
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends}
Description: custom op checking attached to subroutines
 Devel::CallChecker makes some new features of the Perl 5.14.0 C API
 available to XS modules running on older versions of Perl.  The
 features are centred around the function cv_set_call_checker, which
 allows XS code to attach a magical annotation to a Perl subroutine,
 resulting in resolvable calls to that subroutine being mutated at
 compile time by arbitrary C code.  This module makes
 cv_set_call_checker and several supporting functions available.  (It is
 possible to achieve the effect of cv_set_call_checker from XS code on
 much earlier Perl versions, but it is painful to achieve without the
 centralised facility.)