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

libsrm0

Simple Rendering Manager (shared library)

SRM is a C library that simplifies the development of Linux DRM/KMS applications. SRM allows you to use multiple GPUs simultaneously and automatically finds the most efficient configuration. It also offers functions for creating OpenGL textures, which are automatically shared among GPUs.

libshp4

Library for reading and writing ESRI Shapefiles

The Shapefile format is a working and interchange format promoted by ESRI for simple vector data with attributes. It is apparently the only file format that can be edited in ARCView 2/3, and can also be exported and imported in ArcGis.

ntpd-rs

Rust-based NTP implementation with NTS support

ntpd-rs is an NTP implementation written in Rust, emphasizing security and stability. It provides both client and server functionalities and supports NTS.

libppx-enumerate-ocaml

list all values of a finite type (runtime files)

This package generates a list with all possible values of a finite type.

python3-bytecode

Python module to generate, modify and optimize Python bytecode

The bytecode module can be used to write Python bytecode directly and then convert it into an executable Python code object. It also provides a pure Python implementation of the Peephole Optimizer introduced in CPython 3.6.

libppx-globalize-ocaml

copy local values to the global heap (runtime files)

This package provides a ppx rewriter to copy local values to the global heap.