node-immutable

Immutable Data Collections

Immutable data cannot be changed once created, leading to much simpler application development, no defensive copying, and enabling advanced memoization and change detection techniques with simple logic. Persistent data presents a mutative API which does not update the data in-place, but instead always yields new updated data.

libejml-java

Efficient Java Matrix Library

Efficient Java Matrix Library (EJML) is a linear algebra library for manipulating dense matrices. Its design goals are; 1) to be as computationally and memory efficient as possible for both small and large matrices, and 2) to be accessible to both novices and experts. These goals are accomplished by dynamically selecting the best algorithms to use at runtime, clean API, and multiple interfaces.

libgdal29

Geospatial Data Abstraction Library

GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data.

libgnome-rr-4-2

Utility library for display information - runtime files

The gnome-desktop set of libraries provides various utility functions that are used in multiple components of the GNOME desktop, but do not have a sufficiently stable API to be included in core libraries such as GLib and GTK.

qml-module-lomiri-components-labs

Qt Components Labs for Lomiri - Components QML plugin

Qt Components Labs for Lomiri offers a set of non-released and mostly unstable user interface components for Qt Quick 2 / QML.

python3-normality

Micro-library to normalize text strings in Python

Normality is a Python micro-package that contains a small set of text normalization functions for easier re-use. These functions accept a snippet of Unicode or UTF-8 encoded text and remove various classes of characters, such as diacritics, punctuation etc. This is useful as a preparation to further text analysis.