diff options
Diffstat (limited to 'development/perl-extutils-parsexs/slack-desc')
-rw-r--r-- | development/perl-extutils-parsexs/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/perl-extutils-parsexs/slack-desc b/development/perl-extutils-parsexs/slack-desc new file mode 100644 index 0000000000..70ad2e2893 --- /dev/null +++ b/development/perl-extutils-parsexs/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler----------------------------------------| +perl-extutils-parsexs: perl-extutils-parsexs (XS Code to C Compiler for Perl) +perl-extutils-parsexs: +perl-extutils-parsexs: ExtUtils::ParseXS will compile XS code into C code by +perl-extutils-parsexs: embedding the constructs necessary to let C functions +perl-extutils-parsexs: manipulate Perl values and creates the glue necessary +perl-extutils-parsexs: to let Perl access those functions. The compiler uses +perl-extutils-parsexs: typemaps to determine how to map C function parameters +perl-extutils-parsexs: and variables to Perl values. +perl-extutils-parsexs: +perl-extutils-parsexs: Homepage: http://search.cpan.org/dist/ExtUtils-ParseXS/ +perl-extutils-parsexs: |