Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-ExtUtils-H2PM-0.11-9.fc44 RPM for noarch

From Fedora Rawhide for x86_64 / p

Name: perl-ExtUtils-H2PM Distribution: Fedora Project
Version: 0.11 Vendor: Fedora Project
Release: 9.fc44 Build date: Sun Jan 18 00:07:47 2026
Group: Unspecified Build host: buildvm-a64-21.rdu3.fedoraproject.org
Size: 63426 Source RPM: perl-ExtUtils-H2PM-0.11-9.fc44.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/ExtUtils-H2PM
Summary: Automatically generate perl modules to wrap C header files
This module assists in generating wrappers around system functionality,
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.

Provides

Requires