1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libextutils-xsbuilder-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Ansgar Burchardt <ansgar@debian.org>
Standards-Version: 3.8.4
Homepage: https://metacpan.org/release/ExtUtils-XSBuilder
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libextutils-xsbuilder-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-xsbuilder-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libextutils-xsbuilder-perl
Architecture: all
Depends: ${misc:Depends}, libparse-recdescent-perl, libtie-ixhash-perl, ${perl:Depends}
Description: Automatic XS glue code generation
ExtUtils::XSBuilder is a set of modules to parse C header files and
create XS glue code and documentation from it.
.
Ideally this allows you to "write" an interface to a C library
without coding a line. Although this module automates much of the
process, you must still be familiar with C and XS programming since no
C API is ideal and usually some adjuments are necessary. When the C
API changes, most of the time you only have to rerun XSBuilder to get
your new Perl API.
|