libf2j-java

Java library port of Fortran numerical libraries

The package provides the Java library (APIS) to numerical libraries originally written in Fortran (particularly BLAS and LAPACK).

libjsonnet0

data templating language (lib)

A data templating language for app and tool developers

ubuntu-mate-libreoffice-math-icons

Ubuntu MATE desktop icons for LibreOffice math

fonts-smc-uroob

Uroob malayalam font

This package provides Uroob font for Malayalam script which is primarily used in the state of Kerala. The font is developed by SMC community

freefem-examples

Example files for FreeFEM

FreeFEM is a language adapted to Partial Differential equation. The underlying method used is the Finite Element Method. This tool has been successfully used as a teaching tool and even as a research tool.

python3-aiorwlock

Synchronization primitive RWLock for asyncio (Python 3)

Read write lock for asyncio. A RWLock maintains a pair of associated locks, one for read-only operations and one for writing. The read lock may be held simultaneously by multiple reader tasks, so long as there are no writers. The write lock is exclusive.