libfcrypto1

encryption format library

libfcrypto is a library for encryption formats.

python3-goodwe

Library to connect to GoodWe inverters over a local network

Library enabling connectivity to GoodWe inverters via a local network, allowing users to retrieve runtime sensor values and configuration parameters. It supports various GoodWe inverter families, as well as white-label models, provided they listen on UDP port 8899 or use Modbus/TCP over port 502. Compatibility extends to inverters that connect over Wi-Fi using the official mobile apps such as SolarGo or PvMaster, making it a versatile tool for monitoring and managing photovoltaic systems.

libturbojpeg-java

Java bindings for the TurboJPEG library

The libjpeg-turbo JPEG library is a library for handling JPEG files.

quickemu

quickly create and run optimised virtual machines

Quickemu is a wrapper for the excellent QEMU that attempts to automatically "do the right thing", rather than expose exhaustive configuration options.

python3-fnvhash

Pure Python FNV hash implementation

This package provides a pure Python implementation of the FNV_ hash family with 100% test coverage. Take a look at pyhash_ for use cases where performance is more important than portability.

python3-torch-scatter

PyTorch Extension Library of Optimized Scatter Operations

This package consists of a small extension library of highly optimized sparse update (scatter and segment) operations for the use in PyTorch, which are missing in the main package. Scatter and segment operations can be roughly described as reduce operations based on a given "group-index" tensor. Segment operations require the "group-index" tensor to be sorted, whereas scatter operations are not subject to these requirements.