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

mariadb-plugin-provider-lz4

LZ4 compression support in the server and storage engines

The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries.

mariadb-plugin-provider-bzip2

BZip2 compression support in the server and storage engines

The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries.

mariadb-client-core

MariaDB database core client binaries

MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use.

dict-freedict-deu-ell

German-Modern Greek dictionary for the dict server/client

This is the German-Modern Greek dictionary from the FreeDict project. It contains 10185 headwords (FreeDict status: big enough to be useful). It can be either used with the dictd server and a dict client or with GoldenDict.

libhipsolver0

portable interface for GPU LAPACK routines - library

hipSOLVER is a wrapper library that provides a common interface to rocSOLVER and cuSOLVER. The hipSOLVER library is designed to help applications using cuSOLVER to port their code to the ROCm platform.

lua-resty-core

New FFI-based Lua API for NGINX Lua module

This pure Lua library reimplements part of the ngx_lua module's Nginx API for Lua with LuaJIT FFI and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition, this Lua library implements any significant new Lua APIs of the ngx_lua module as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on the standard Lua C API, which will never be JIT compiled and the user Lua code is always interpreted (slowly).