1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libextutils-parsexs-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-cbuilder-perl
Maintainer: Chip Salzenberg <chip@debian.org>
Standards-Version: 3.6.1
Package: libextutils-parsexs-perl
Architecture: all
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libextutils-cbuilder-perl
Description: convert Perl XS code into C code
ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values, and
creates the glue necessary to let Perl access those functions.
.
This is all the same functionality as the "xsubpp" program included
with perl -- and in fact there's an "xsubpp" replacement script
included in this package -- but this package's modular interface may
be more convenient for some purposes.
|