You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-ExtUtils-LibBuilder-0.08-19.fc36.noarch
Some Perl modules need to ship C libraries together with their Perl code. Although there are mechanisms to compile and link (or glue) C code in your Perl programs, there was not a clear method to compile standard, self- contained C libraries. This module helps in that task.
RPMPackage perl-ExtUtils-InstallPaths-0.012-14.fc36.noarch
This module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets you specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets you specify a temporary installation directory like /tmp/install in case you want to create bundled-up installable packages.
RPMPackage perl-ExtUtils-Install-2.20-479.fc36.noarch
Handles the installing and uninstalling of Perl modules, scripts, manual pages, etc.
RPMPackage perl-ExtUtils-Helpers-0.026-19.fc36.noarch
This module provides various portable helper functions for module building modules.
RPMPackage perl-ExtUtils-Embed-1.35-486.fc36.noarch
Utilities for embedding Perl in C/C++ applications.
RPMPackage perl-ExtUtils-Depends-0.8001-4.fc36.noarch
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other Perl extensions. This means that a Perl extension is treated like a shared library that provides also a C and an XS interface besides the Perl one.
RPMPackage perl-ExtUtils-Constant-0.25-486.fc36.noarch
ExtUtils::Constant facilitates generating C and XS wrapper code to allow Perl modules to AUTOLOAD constants defined in C library header files.
RPMPackage perl-ExtUtils-Config-0.008-25.fc36.noarch
ExtUtils::Config is an abstraction around the %Config hash.
RPMPackage perl-ExtUtils-Command-7.64-2.fc36.noarch
This Perl module is used to replace common UNIX commands. In all cases the functions work with @ARGV rather than taking arguments. This makes them easier to deal with in Makefiles.
RPMPackage perl-ExtUtils-CChecker-0.11-3.fc36.noarch
Often Perl modules are written to wrap functionality found in existing C headers, libraries, or to use OS-specific features. It is useful in the Build.PL or Makefile.PL file to check for the existence of these requirements before attempting to actually build the module.
RPMPackage perl-ExtUtils-CBuilder-tests-0.280236-479.fc36.noarch
Tests from perl-ExtUtils-CBuilder-0.280236. Execute them with "/usr/libexec/perl-ExtUtils-CBuilder/test".
RPMPackage perl-ExtUtils-CBuilder-0.280236-479.fc36.noarch
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well.
RPMPackage perl-ExtUtils-AutoInstall-0.64-18.fc36.noarch
ExtUtils::AutoInstall lets module writers specify a more sophisticated form of dependency information than the PREREQ_PM option offered by ExtUtils::MakeMaker.
RPMPackage perl-Exporter-Tiny-1.006000-1.fc36.noarch
Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior.
RPMPackage python3-iniparse-0.4-46.fc36.noarch
iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use. Python 3 version.
RPMPackage python3-ethtool-0.15-2.fc36.x86_64
Python 3 bindings for the ethtool kernel interface, that allows querying and changing of Ethernet card settings, such as speed, port, auto-negotiation, and PCI locations.
RPMPackage python3-cloud-what-1.30.5-1.lbn36.x86_64
This package contains a Python module for detection and collection of public cloud metadata and signatures.
RPMPackage python3-protobuf-4.25.5-1.lbn36.x86_64
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. This is the PyPi released version; rather than that packaged within protobuf.
RPMPackage python3-schema-0.7.7-3.lbn36.noarch
schema is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types. Python 3 version.
RPMPackage python3-debian-0.1.51-5.lbn36.noarch
This package provides Python modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information