You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage libdeflate-1.9-3.fc36.x86_64
libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression, supporting DEFLATE, gzip, and zlib.
RPMPackage perl-Clone-Choose-0.010-14.fc36.noarch
Choose appropriate clone utility.
RPMPackage liborc1-1.7.8-1.fc36.x86_64
ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly. Storing data in a columnar format lets the reader read, decompress, and process only the values that are required for the current query. Because ORC files are type-aware, the writer chooses the most appropriate encoding for the type and builds an internal index as the file is written. Predicate pushdown uses those indexes to determine which stripes in a file need to be read for a particular query and the row indexes can narrow the search to a particular set of 10,000 rows. ORC supports the complete set of types in Hive, including the complex types: structs, lists, maps, and unions.
RPMPackage nxpwireless-firmware-20250708-1.lbn36.noarch
Firmware for NXP WiFi/Bluetooth/UWB adapters.
RPMPackage nss_hesiod-2.38.9000-22.lbn36.x86_64
The nss_hesiod Name Service Switch module uses the Domain Name System (DNS) as a source for user, group, and service information, following the Hesiod convention of Project Athena.
RPMPackage nss_db-2.38.9000-22.lbn36.x86_64
The nss_db Name Service Switch module uses hash-indexed files in /var/db to speed up user, group, service, host name, and other NSS-based lookups.
RPMPackage libsss_simpleifp-2.7.4-1.fc36.x86_64
Provides library that simplifies D-Bus API for the SSSD InfoPipe responder.
RPMPackage libsss_autofs-2.9.3-1.lbn36.x86_64
A utility library to allow communication between Autofs and SSSD
RPMPackage kernel-tools-libs-6.12.9-200.lbn36.x86_64
This package contains the libraries built from the tools/ directory from the kernel source.
RPMPackage kernel-tools-6.12.9-200.lbn36.x86_64
This package contains the tools/ directory from the kernel source and the supporting documentation.
RPMPackage kernel-modules-internal-6.12.9-200.lbn36.x86_64
This package provides kernel modules for the kernel package for Red Hat internal usage.
RPMPackage perl-WWW-Curl-4.17-29.fc36.x86_64
WWW::Curl is a Perl extension interface for libcurl.
RPMPackage perl-URI-db-0.19-11.fc36.noarch
This class provides support for database URIs. They're inspired by JDBC URIs and PostgreSQL URIs, though they're a bit more formal. The specification for their format is documented in README.md.
RPMPackage perl-URI-Nested-0.10-10.fc35.noarch
This class provides support for nested URIs, where the scheme is a prefix, and the remainder of the URI is another URI. Examples include JDBC URIs and database URIs.
RPMPackage perl-URI-Encode-1.1.1-17.fc35.noarch
This module provides a method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those links are 'click-able' by the person reading that email. This can be accomplished by NOT encoding the reserved characters.
RPMPackage perl-Type-Tiny-XS-0.025-2.fc36.x86_64
This module is optionally used by Type::Tiny 0.045_03 and above to provide faster, C-based implementations of some type constraints. (This package has only core dependencies, and does not depend on Type::Tiny, so other data validation frameworks might also consider using it!)
RPMPackage perl-Type-Tiny-2.002001-1.fc36.noarch
Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse.
RPMPackage perl-Throwable-1.000-3.fc36.noarch
Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self.
RPMPackage perl-Template-Toolkit-3.010-2.fc36.x86_64
The Template Toolkit is a collection of modules which implement a fast, flexible, powerful and extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.
RPMPackage perl-Template-Tiny-1.14-4.fc36.noarch
WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE Template::Tiny is a re-implementation of a partial subset of the Template Toolkit, in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-CPU templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine.