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.

cpptraj

fast, parallelized molecular dynamics trajectory data analysis

CPPTRAJ is a program designed to process and analyze molecular dynamics trajectories and relevant data sets derived from their analysis. CPPTRAJ supports many popular MD software packages including Amber, CHARMM, Gromacs, and NAMD.

libqt6datavisualization6

Qt 6 Data Visualization 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.