This is a staging site. Uploads will not persist. Testing only.

postgresql-15-pgmemcache

PostgreSQL interface to memcached

pgmemcache is an extension for PostgreSQL that provides an API to memcached through user-defined functions.

route-rnd

external autorouter for pcb-rnd

route-rnd is a generic 'external autorouter' developed for the ringdove suite. It speaks the tEDAx format (http://www.repo.hu/projects/tedax). A route request tEDAx document is generated by a PCB editor, then route-rnd is called and writes the route result tEDAx which then can be fed back to the PCB editor to create the tracks. This process is demonstrated by ringdove's pcb-rnd external autorouter feature.

php-symfony-chatwork-notifier

Provides Chatwork integration for Symfony Notifier

The Provides Chatwork integration for Symfony Notifier provides Chatwork integration for Symfony Notifier.

php8.2-libvirt-php

libvirt bindings for PHP

libvirt-php is a php module that provides PHP bindings for libvirt virtualization toolkit and therefore you can access libvirt directly from your PHP scripts with no need to have virt-manager or libvirt-based CLI/GUI tools installed.

librte-mempool-dpaa2-22

Data Plane Development Kit (librte-mempool-dpaa2 runtime library)

DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces.

node-http-proxy

HTTP programmable proxying library that supports websockets.

It is suitable for implementing components such as reverse proxies and load balancers. A new proxy is created by calling createProxyServer and passing an options object as argument. var httpProxy = require('http-proxy'); var proxy = httpProxy.createProxyServer(options);