2003-09-27 15:38:33 +02:00
|
|
|
ExtUtils::XSBuilder is a set modules to parse C header files and create XS
|
2008-05-23 23:18:39 +02:00
|
|
|
glue code and documentation out of it. Ideally this allows to "write" an
|
2003-09-27 15:38:33 +02:00
|
|
|
interface to a C library without coding a line. Since no C-API is ideal,
|
2008-05-23 23:18:39 +02:00
|
|
|
some adjustments 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
|
2003-09-27 15:38:33 +02:00
|
|
|
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.
|
2004-04-20 09:43:13 +02:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/ExtUtils-XSBuilder/
|