libmkl-vml-p4

Intel® MKL : VM/VS/DF part of Pentium 4 processor kernel

Intel® Math Kernel Library (Intel® MKL) is a computing math library of highly optimized, extensively threaded routines for applications that require maximum performance.

interimap

Fast bidirectional synchronization for QRESYNC-capable IMAP servers

InterIMAP performs stateful bi-directional synchronization between two IMAP4rev1 servers. Compared to alternatives such as OfflineIMAP, InterIMAP trades flexibility and IMAPd compatibility for performance; it is both *much* faster and parsimonious in network traffic.

libapt-pkg7.0

package management runtime library

This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library.

python3-aiorussound

Asyncio client for Russound RIO devices

Provides an asynchronous client implementation for interacting with Russound audio controllers using the Russound I/O (RIO) protocol. This library accommodates communication through TCP/IP and RS232, enabling integration with various Russound devices like MBX-PRE, MBX-AMP, and MCA-C5. It offers support for push notifications of system changes and utilizes the built-in Ethernet port on Russound devices for seamless connectivity. The RS232 port can be configured via the SCS-C5 configuration tool or the controller's Web GUI to support RIO protocol instead of RNET.

pullimap

Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP

PullIMAP retrieves messages from an IMAP mailbox and deliver them to an SMTP or LMTP transmission channel. Compared to alternatives such as fetchmail or getmail, PullIMAP trades flexibility and IMAPd compatibility for performance.

python3-libnmap

Python 3 NMAP library

This package contains a Python library enabling Python developers to manipulate nmap process and data: * automate or schedule nmap scans on a regular basis * manipulate nmap scans results to do reporting * compare and diff nmap scans to generate graphs * batch process scan reports * ... The lib currently offers the following modules: * process: enables you to launch nmap scans * parse: enables you to parse nmap reports or scan results (only XML so far) from a file, a string, … * report: enables you to manipulate a parsed scan result and de/serialize scan results in a json format * diff: enables you to see what changed between two scans * common: contains basic nmap objects like NmapHost and NmapService. It is to note that each object can be “diff()ed” with another similar object. * plugins: enables you to support datastores for your scan results directly in the “NmapReport” object. from report module: * mongodb: insert/get/getAll/delete * sqlalchemy: insert/get/getAll/delete * aws s3: insert/get/getAll/delete (not supported for Python3 since boto is not supporting py3)