python3-tlsh
fuzzy hashing library - Python3 module
The Trend Micro Locality Sensitive Hash is a fuzzy hash algorithm that can be
used to compare similar but not identical files.
linux-manual-4.12
Linux kernel API manual pages for version 4.12
libjgrapht0.6-java
mathematical graph theory library for Java
JGraphT is a free Java graph library that provides mathematical
graph theory objects and algorithms. JGraphT supports various types of
graphs including:
- directed and undirected graphs
- graphs with weighted, unweighted, labeled or user-defined edges
- various edge multiplicity options, including simple graphs,
multigraphs and pseudographs
- unmodifiable graphs: allow modules to provide "read-only" access
to internal graphs
- listenable graphs: allow external listeners to track modification events
- subgraphs: graphs that are auto-updating subgraph views on other graphs
libeantic0
real Embedded Algebraic Number Theory In C/C++ - libs
E-ANTIC is a C/C++ mathematical library to deal with real embedded
number fields built on top of ANTIC; ANTIC is an Algebraic Number
Theory library In C <https://github.com/wbhart/antic>. The aim of
the E_ANTIC library is to have as fast as possible exact arithmetic
operations and comparisons. E-ANTIC provides ANTIC.
kmail-mobile
email client for mobile environments
This package provides an email client which has been specially designed for
use on mobile devices. It focuses on usability with touchscreen displays and
potentially small screen sizes.
python3-nest-asyncio
Patch asyncio to allow nested event loops
By design, asyncio does not allow for nested event loops. This module
provides a function that patches asyncio in order to allow nested use
of asyncio.run and loop.run_until_complete.