lomiri-mediaplayer-app
Media Player App for Lomiri Operating Environment
This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
a mobile OS developed by the UBports Foundation. Lomiri is its operating
environment optimized for touch based human-machine interaction, but
also supports convergence (i.e. switching between tablet/phone and
desktop mode).
r-cran-rcpparmadillo
GNU R package for Armadillo C++ linear algebra library
Armadillo is a templated C++ linear algebra library (by Conrad Sanderson)
that aims towards a good balance between speed and ease of use. Integer,
floating point and complex numbers are supported, as well as a subset of
trigonometric and statistics functions. Various matrix decompositions are
provided through optional integration with LAPACK and ATLAS libraries.
python3-testrepository
Database of test results - Python 3.x library
Testrepository provides a database of test results and supports easy workflows
to be built on top of that database. For instance, running just failing tests
or getting the last test run back to examine again (without running the tests
again). Testrepository is compatible with any test suite that can output
subunit. This includes any TAP test suite and any pyunit compatible test
suite.
testrepository
unit test system with database of test results - metapackage and doc
Testrepository provides a database of test results and supports easy workflows
to be built on top of that database. For instance, running just failing tests
or getting the last test run back to examine again (without running the tests
again). Testrepository is compatible with any test suite that can output
subunit. This includes any TAP test suite and any pyunit compatible test
suite.
yubihsm-connector
USB to HTTP bridge for the YubiHSM 2
The YubiHSM 2 is a USB-attached device for managing cryptographic keys.
The YubiHSM Connector bridges the USB communication to HTTP, allowing
applications to use the device without needing direct access to the device
node, or needing to be on the same machine.
libsafec3t64
"safe" C libc extensions (Annex K)
This library implements controversial C11 Annex K (TR24731) extensions.
They are most commonly known as _s variants implemented by MSVC, dubbed as
"secure" to the point of MSVC-related linters claiming standard functions
to be deprecated. However, they've been nearly-universally panned by other
libc implementors, the most recent discussion about Annex K removal and/or
deprecation being N1967. It is recommended to avoid using these functions
-- they're either prone to misuse or merely inefficient (measuring a
string's length multiple times being the most frequent case).