python3-netaddr

manipulation of various common network address notations (Python 3)

netaddr is a Python library for the manipulation of various common network address notations and representations.

libqt6core5compat6

Qt 6 Qt5Compat library

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

verdigris

Header-only Qt moc replacement

Verdigris is a header-only library that can be used with Qt. It uses macros to create a QMetaObject that is binary compatible with Qt's own QMetaObject without requiring moc. In other words, you can use Verdigris macros in your Qt or QML application instead of some of the Qt macros and then you do not need to run moc.

libqt6labswavefrontmesh6

Qt 6 Labs WavefrontMesh library

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

dh-ada-library

tools for packaging software written in the Ada programming language

/usr/share/ada/packaging.mk is intended for inclusion from debian/rules. It provides build flags for gnatmake and gprbuild, and may be useful for executables as well as libraries despite the name of this package. The only documentation for now is in the comments.

r-cran-rdflib

GNU R tools to manipulate and query semantic data

The Resource Description Framework, or 'RDF' is a widely used data representation model that forms the cornerstone of the Semantic Web. 'RDF' represents data as a graph rather than the familiar data table or rectangle of relational databases. The 'rdflib' package provides a friendly and concise user interface for performing common tasks on 'RDF' data, such as reading, writing and converting between the various serializations of 'RDF' data, including 'rdfxml', 'turtle', 'nquads', 'ntriples', and 'json-ld'; creating new 'RDF' graphs, and performing graph queries using 'SPARQL'. This package wraps the low level 'redland' R package which provides direct bindings to the 'redland' C library. Additionally, the package supports the newer and more developer friendly 'JSON-LD' format through the 'jsonld' package. The package interface takes inspiration from the Python 'rdflib' library.