mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
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. The compiler uses
|
|
typemaps to determine how to map C function parameters and variables to Perl
|
|
values.
|
|
|
|
WWW: https://metacpan.org/release/ExtUtils-ParseXS
|