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

libmozjs-128-0

SpiderMonkey JavaScript library

SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript.

python3-pytest-codspeed

Pytest plugin to measure code speed (Python 3)

This package provides a pytest plugin that helps in measuring code speed.

python3-pyotgw

Library for interfacing with the OpenTherm Gateway

This library provides a means to interface with the OpenTherm Gateway over serial or network connections. It enables communication with boilers and thermostats for executing and receiving commands and status updates. Functions include setting control setpoints, managing hot water override options, and configuring GPIO pins. Through this library, one can obtain comprehensive status information from the connected devices, selecting specific data points like temperatures, pressure, and operational statuses. The library supports both reading and writing operations to control connected heating systems effectively.

python3-ecobee-api

Library for controlling Ecobee3 Wi-Fi thermostats

This library allows for the control and management of Ecobee3 Wi-Fi thermostats. It communicates with the Ecobee API to provide functionalities such as adjusting temperatures, setting modes, and retrieving sensor data. This enables integration with home automation systems for comprehensive control over home heating and cooling solutions.

libmuparserx4.0.12

mathematical expression parser library

The evaluation of a mathematical expression is a standard task required in many applications. It can be solved by either using a standard math expression parser such as muparser or by embedding a scripting language such as Lua. There are however some limitations: Although muparser is pretty fast it will only work with scalar values and although Lua is very flexible it does neither support binary operators for arrays nor complex numbers. So if you need a math expression parser with support for arrays, matrices and strings muparserx may be able to help you. It was originally based on the original muparser engine but has since evolved into a standalone project with a completely new parsing engine.

lua-lsqlite3

Lua wrapper for the SQLite3 library

LuaSQLite 3 is a thin wrapper around the public domain SQLite3 database engine. The lsqlite3 module supports the creation and manipulation of SQLite3 databases. Most sqlite3 functions are called via an object-oriented interface to either database or SQL statement objects.