dict-freedict-ita-gle

Italian-Irish dictionary for the dict server/client

This is the Italian-Irish dictionary from the FreeDict project. It contains 16244 headwords (FreeDict status: big enough to be useful). It can be either used with the dictd server and a dict client or with GoldenDict.

dict-freedict-ita-nor

Italian-Norwegian dictionary for the dict server/client

This is the Italian-Norwegian dictionary from the FreeDict project. It contains 11180 headwords (FreeDict status: big enough to be useful). It can be either used with the dictd server and a dict client or with GoldenDict.

libqt6bluetooth6

Qt 6 Connectivity Bluetooth library

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

sphinx-basic-ng

modern base for Sphinx themes

Sphinx-basic-ng is a modern base for Sphinx themes, providing shared implementation of common components and a three-column layout to build upon.

libglibmm-2.68-1

C++ wrapper for the GLib toolkit (shared libraries)

GLib is a low-level general-purpose library used mainly by GTK+/GNOME applications, but is useful for other programs as well. glibmm is the C++ wrapper for GLib.

python3-flake8-mutable

use flake8 to catch functions with mutable default arguments

Python's default arguments are evaluated at definition as opposed to when the function is invoked. This leads to unexpected behavior, as mutations persist between calls. This flake8 extension will warn for this type of mistake.