[ 源代码: libextutils-cbuilder-perl ]
软件包:libextutils-cbuilder-perl(0.280236-2)
libextutils-cbuilder-perl 的相关链接
Debian 的资源:
下载源码包 libextutils-cbuilder-perl:
- [libextutils-cbuilder-perl_0.280236-2.dsc]
- [libextutils-cbuilder-perl_0.280236.orig.tar.gz]
- [libextutils-cbuilder-perl_0.280236-2.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Damyan Ivanov (QA 页面)
- gregor herrmann (QA 页面)
- Angel Abad (QA 页面)
- Dominic Hargreaves (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libextutils-xsbuilder-perl
- libmodule-build-xsutil-perl
- libextutils-depends-perl
- libextutils-cppguess-perl
- libmodule-install-perl
- libb-hooks-op-annotation-perl
- libsocket-getaddrinfo-perl
- libextutils-libbuilder-perl
- libextutils-xspp-perl
- libperl-prereqscanner-notquitelite-perl
- libextutils-hascompiler-perl
module to compile and link C code for Perl modules
ExtUtils::CBuilder is a utility to portably build C code by invoking the appropriate compilers and linkers. It provides a cross-platform way to build Perl XS modules, which contain C code that needs to be built and dynamically linked to Perl.
Though motivated by the Module::Build project, it may be useful for other purposes as well. However, this module is not intended as a general interface for all C building needs.