a77ac7e3e0
Modules to parse C header files and create XS glue code and documentation out of it. Idealy this allows to "write" an interface to a C library without coding a line. Since no C API is ideal, some adjuments are necessary most of the time. So to use this module you must still be familiar with C and XS programming, but it removes a lot of stupid work and copy & paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
22 lines
869 B
Plaintext
22 lines
869 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/22 15:58:36 simon Exp $
|
|
${P5SITE}/ExtUtils/
|
|
${P5SITE}/ExtUtils/XSBuilder/
|
|
${P5SITE}/ExtUtils/XSBuilder.pm
|
|
${P5SITE}/ExtUtils/XSBuilder.pod
|
|
${P5SITE}/ExtUtils/XSBuilder/C/
|
|
${P5SITE}/ExtUtils/XSBuilder/C/grammar.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/CallbackMap.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/FunctionMap.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/MapUtil.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/PODTemplate.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/ParseSource.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/StructureMap.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/TypeMap.pm
|
|
${P5SITE}/ExtUtils/XSBuilder/WrapXS.pm
|
|
${P5SITE}/ExtUtils/xsbuilder.osc2002.pod
|
|
@man man/man3p/ExtUtils::XSBuilder.3p
|
|
@man man/man3p/ExtUtils::XSBuilder::PODTemplate.3p
|
|
@man man/man3p/ExtUtils::XSBuilder::ParseSource.3p
|
|
@man man/man3p/ExtUtils::XSBuilder::WrapXS.3p
|
|
@man man/man3p/ExtUtils::xsbuilder.osc2002.3p
|