libdevel-callchecker-perl 0.008-ok1 source package in openKylin

Changelog

libdevel-callchecker-perl (0.008-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-callchecker-perl_0.008.orig.tar.gz 18.5 KiB 5d584e0bf55942517fbb13bea5bff0bdf0d0287c0912030e853fa028a69011dc
libdevel-callchecker-perl_0.008-ok1.debian.tar.xz 2.9 KiB 58591049140c2b588ad1648f87413ea265cbd4fd735186c5e78bc6ba57cfcc09
libdevel-callchecker-perl_0.008-ok1.dsc 2.1 KiB 0b4b3517a628108310bdc75e491731354dab740456394b83b0fb7ec194eefc8c

View changes file

Binary packages built by this source

libdevel-callchecker-perl: 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.)