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.
GNU C compiler

gcc

GNU C compiler

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

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.

python3-sphinx-toolbox

Box of handy tools for Sphinx (Python 3)

Sphinx-Toolbox is a collection of extensions that improve Sphinx's features, making it easier to organize and present Python projects.