node-browserify

Node.js compiler for use in the browser

Browserify is a tool that allows developers to write Node.js-style modules that compile for use in the browser.

php8.1-memcached

memcached extension module for PHP, uses libmemcached

Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory.

php8.1-redis

PHP extension for interfacing with Redis

This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface.

lib64gphobos5-mipsr6el-cross

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

python3-django-pint

Django Quantity Field (Python3 version)

A small Django field extension allowing you to store quantities in certain units and perform conversions easily. Uses pint behind the scenes. Also contains a form field class and form widget that allows a user to choose alternative units to input data. The cleaned_data will output the value in the base_units defined for the field, eg: you specify you want to store a value in grams but will allow users to input either grams or ounces.

python3-django-parler

Django model translations (Python3 version)

Simple Django model translations without nasty hacks. Features: * Nice admin integration. * Access translated attributes like regular attributes. * Automatic fallback to the default language. * Separate table for translated fields, compatible with django-hvad. * Plays nice with others, compatible with django-polymorphic and django-mptt.