g++-x86-64-linux-gnu

GNU C++ compiler for the amd64 architecture

This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

w1retap-mongo

Data logger for 1-Wire weather sensors (MongoDB plugin)

The w1retap package reads weather sensors on a 1-Wire bus and logs the retrieved data to the configured databases or files. It supports a number of different 1-Wire host bus adapters and 1-Wire sensors designed by Dallas Semiconductor Corp (now Maxim Integrated) and compatible sensors including those from AAG Electrónica and other hobby sensors.

ufo2otf

Take UFO font sources and generate OTF’s and webfonts

Ufo2otf is a command line utility that takes UFO font sources and generates OTF’s and webfonts.

gir1.2-thunarx-3.0

Typelib file for thunar

This package contains the Thunar extension library which permits adding new features to the Thunar file manager.

lcl-units-3.6

Lazarus Components Library - backend independent components

Lazarus is an IDE to create (graphical and console) applications with Free Pascal, the (L)GPLed Pascal and Object Pascal compiler that runs on Windows, Linux, Mac OS X, FreeBSD and more.

python3-tinyarray

Arrays of numbers, optimized for small sizes

Tinyarray is a numerical array module for Python. The multi-dimensional arrays it provides are best thought of as (possibly nested) tuples of numbers that, unlike Python's built-in tuples, support mathematical operations. Like tuples, tinyarrays are hashable and immutable and thus can be used as dictionary keys. The module's interface is a subset of that of NumPy and hence should be familiar to many Python programmers. Tinyarray has been heavily optimized for small arrays: For example, common operations on 1-d arrays of length 3 run 3-7 times faster than with NumPy. When storing many small arrays, memory consumption is reduced by a factor of 3. In summary, Tinyarray is a more efficient alternative to NumPy when many separate small numerical arrays are to be used.