libextutils-xsbuilder-perl 0.28-5 source package in Ubuntu

Changelog

libextutils-xsbuilder-perl (0.28-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libextutils-xsbuilder-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 18:37:42 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libextutils-xsbuilder-perl_0.28-5.dsc 2.1 KiB e1572fdc7d71043d368efad96446f2e5646022f18d7d970c4aefa86d563ed309
libextutils-xsbuilder-perl_0.28.orig.tar.gz 41.8 KiB 8cced386e3d544c5ec2deb3aed055b72ebcfc2ea9a6c807da87c4245272fe80a
libextutils-xsbuilder-perl_0.28-5.debian.tar.xz 4.8 KiB 7523d6c30a2164754be17cb0d37818e59088803273edf55c270cd36d771e2655

Available diffs

No changes file available.

Binary packages built by this source

libextutils-xsbuilder-perl: 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.