php8.2-bz2

bzip2 module for PHP

This package provides the bzip2 module(s) for PHP.

condor-vm-gahp

distributed workload management system - single node configuration

Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion.

php-jakeasmith-http-build-url

Provides functionality for http_build_url() to environments without pecl_http

This simple library provides functionality for `http_build_url()` from pecl_http before version 2. It aims to mimic the functionality of the PECL function in every way.

libace-xml-utils-7.0.8

ACE XML utility classes and methods

This package provides useful classes and methods for XML parsing with Xerces, including simplified strings, schema resolution, validation and more.

libsyntax-operator-in-perl

infix element-of-list meta-operator

Syntax::Operator::In provides an infix meta-operator that implements a element-of-list test on either strings or numbers.

libhash-ordered-perl

Perl ordered hash class implementation

Hash::Ordered implements an ordered hash, meaning that it associates keys with values like a Perl hash, but keeps the keys in a consistent order. Because it is implemented as an object and manipulated with method calls, it is much slower than a Perl hash. This is the cost of keeping order.