libblis4
BLAS-like Library Instantiation Software Framework (32bit,meta)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
libchi-memoize-perl
memoization implementation backed by CHI
CHI::Memoize is an implementation of the memoization technique using CHI.
Memoize caches the inputs and outputs of a function, if the function is called
again with the same inputs, CHI::Memoize intervenes and provides the cached
result. For slow functions, time is saved, at the expence of space.
lua-luaossl
OpenSSL bindings for Lua
luaossl is a comprehensive binding to OpenSSL for Lua 5.1, 5.2, and
later.
libavcodec-extra57
FFmpeg library with additional de/encoders for audio/video codecs
libqgis-app2.14.15
QGIS - shared app library
python3-psygnal
Fast python callback/event system modeled after Qt Signals
Psygnal (pronounced "signal") is a pure Python implementation of the
observer pattern, with the API of Qt-style Signals with (optional)
signature and type checking, and support for threading.