Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
SingleApplication is a replacement of the QtSingleApplication for Qt5 and Qt6.
It keeps the Primary Instance of your Application and kills each subsequent instances. It can (if enabled) spawn secondary (non-related to the primary) instances and can send data to the primary instance from secondary instances.
The qt5compat package includes application programming interfaces (APIs) from Qt 5 that were ported to Qt 6, to ease migration. It provides for example the GraphicalEffects module that came with the qtgraphicaleffects Qt 5 package.
The Qt Remote Objects module is an inter-process communication (IPC) module developed for Qt. The idea is to extend existing Qt's functionalities to enable an easy exchange of information between processes or computers.
PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt6 and are implemented as a set of three modules.
QWindowKit is a cross-platform window customization framework for Qt Widgets and Qt Quick.
This package provides a QML style that can be used by setting the QT_QUICK_CONTROLS_STYLE variable to the string org.hyprland.style (or passing it to QQuickStyle::setStyle).
Qt is a cross-platform application and UI framework for developers using C++ or QML, a CSS & JavaScript like language.
DOtherSide is a C language library for creating bindings for the QT QML language. The following features are implementable from a binding language:
Creating custom QObject
Creating custom QAbstractListModels
Creating custom properties, signals and slots
Creating from QML QObject defined in the binded language
Creating from Singleton QML QObject defined in the binded language
PyQt is a set of Python v2 and v3 bindings for the Qt application framework. The bindings are implemented as a set of Python modules and contain over 620 classes.
The Qt3d module provides classes for displaying 3D.
The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason. The most common use case where text-to-speech comes in handy is when the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message.
The QtX11Extras module includes the library to access X11 from within Qt 5.
PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt5 and are implemented as a set of three modules. Prior to v5.12 these bindings were part of PyQt itself.
The Qt WebChannel module enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine.
The Qt Serial Bus API provides classes and functions to access the various industrial serial buses and protocols, such as CAN, ModBus, and others.
QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips.
This package provides the Python bindings.
QtKeychain is a Qt library to store passwords and other secret data securely. It will not store any data unencrypted unless explicitly requested.
The Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive graphs by selecting one of the charts themes.
The Qt Tools module provides a set of applications to browse the documentation, translate applications, generate help files and other stuff that helps in Qt development.
The Qt Purchasing module provides and in-app API for purchasing goods and services.
The Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive graphs by selecting one of the charts themes.
Qt Quick 3D Physics provides a high-level API for physics simulation. It supports simulating interactive rigid bodies as well as static meshes and non-colliding bodies used for detecting overlaps. Every simulated body can have its own physical properties like mass, density and friction.
The Qt WebEngine module provides support for web applications using the Chromium browser project. The Chromium source code has Google services and binaries removed, and adds modular support for using system libraries.
QXlsx is a successor of QtXlsx and providies a functionality to work with Excel XLSX document format.