Source: libb-hooks-op-check-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), perl-xs-dev, perl:native, libextutils-depends-perl Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-check-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-check-perl.git Homepage: https://metacpan.org/release/B-Hooks-OP-Check Package: libb-hooks-op-check-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Multi-Arch: same Description: Perl wrapper for OP check callbacks B::Hooks::OP::Check provides an interface for XS modules to hook into the callbacks of PL_check, which is part of perl's core. It allows a C function to be invoked as the last stage of optree compilation, depending on the given op code number (op_type).