SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-ExtUtils-H2PM rpm build for : OpenSuSE. For other distributions click perl-ExtUtils-H2PM.

Name : perl-ExtUtils-H2PM
Version : 0.11 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 16:49:09
Group : Unspecified Source RPM : perl-ExtUtils-H2PM-0.11-lp155.1.1.src.rpm
Size : 0.06 MB
Packager : https://www_suse_com/
Summary : Automatically generate perl modules to wrap C header files
Description :
This module assists in generating wrappers around system functionallity,
such as \'socket()\' types or \'ioctl()\' calls, where the only interesting
features required are the values of some constants or layouts of structures
normally only known to the C header files. Rather than writing an entire XS
module just to contain some constants and pack/unpack functions, this
module allows the author to generate, at module build time, a pure perl
module containing constant declarations and structure utility functions.
The module then requires no XS module to be loaded at run time.

In comparison to _h2ph_, \'C::Scan::Constants\', and so on, this module works
by generating a small C program containing \'printf()\' lines to output the
values of the constants, compiling it, and running it. This allows it to
operate without needing tricky syntax parsing or guessing of the contents
of C header files.

It can also automatically build pack/unpack functions for simple structure
layouts, whose members are all simple integer or character array fields. It
is not intended as a full replacement of arbitrary code written in XS
modules. If structures should contain pointers, or require special custom
handling, then likely an XS module will need to be written.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-E/15.5/x86_64

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-ExtUtils-H2PM-0.11-lp155.1.1.x86_64.rpm
     

Provides :
perl(ExtUtils::H2PM)
perl-ExtUtils-H2PM
perl-ExtUtils-H2PM(x86-64)

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(ExtUtils::CBuilder)
perl(List::Util) >= 1.39
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils
/usr/lib/perl5/vendor_perl/5.26.1/ExtUtils/H2PM.pm
/usr/share/doc/packages/perl-ExtUtils-H2PM
/usr/share/doc/packages/perl-ExtUtils-H2PM/Changes
/usr/share/doc/packages/perl-ExtUtils-H2PM/README
/usr/share/licenses/perl-ExtUtils-H2PM
/usr/share/licenses/perl-ExtUtils-H2PM/LICENSE
/usr/share/man/man3/ExtUtils::H2PM.3pm.gz

 
ICM