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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides some extra widgets for PyQt/PySide:
Multi-handle slider for float values
Spinbox with arbitrarily large integers
Magnitude combined with unit dropdown
Label that willl elide text
Searchable ComboBox populated from Enum
Searchable List
Searchable Tree
Color ComboBox
Colormap ComboBox
Toggle switch
Collapsible widget to hide and unhide child widgets
Flow layout
SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.
SIP comprises a code generator and a Python module. The code generator processes a set of specification files and generates C or C++ code, which is then compiled to create the bindings extension module. The SIP Python module provides support functions to the automatically generated code.
The QtSvg module provides classes for displaying the contents of SVG files.
Qt Advanced Docking System lets you create customizable layouts using a window docking system.
This package provides an abstraction layer on top of the various Qt bindings (PySide, PySide2, PyQt4 and PyQt5).
The Qt Network Authorization module provides an implementation of OAuth and OAuth2 authenticathon methods for Qt.
Provides Qt6 bindings to PackageKit which is a DBUS abstraction layer that allows the session user to manage packages in a secure way.
This package provides a D-Bus service which performs user authentication on behalf of its clients.
The Qt Quick Controls 2 module contains the Qt Labs Platform module that provides platform integration: native dialogs, menus and menu bars, and tray icons. It falls back to Qt Widgets when a native implementation is not available.
The qtshadertools module provides APIs and tools supporting shader pipeline functionality as offered in Qt Quick to operate on Vulkan, OpenGL and other main graphic APIs.
This package provides a Qt/C++ implementation of https://promisesaplus.com/ standard for the ``promises'' programming paradigm.
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.
KDDockWidgets is a Qt dock widget library suitable for replacing QDockWidget and implementing advanced functionalities missing in Qt. Some of its features include:
Advanced docking that QDockWidget doesn't support
Layout engine honouring size constraints and some size policies
Lazy separator resize
Reordering tabs with mouse
Partial layout save/restore, affecting only a chosen subset
Double-click on title bar to maximize
Double-click on separator to distribute equally
Show close button on tabs
Allows making a dock widget non-closable and/or non-dockable
Optional minimize and maximize button on the title bar
FloatingWindows can be utility windows or full native ones.
The Qt Network Authorization module provides an implementation of OAuth and OAuth2 authenticathon methods for Qt.
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.
The QtImageFormats module contains plugins for adding support for MNG, TGA, TIFF and WBMP image formats.
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.
WebSocket is a web-based protocol designed to enable two-way communication between a client application and a remote host. The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.
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.
QCoro is a C++ library that provide set of tools to make use of C++20 coroutines in connection with certain asynchronous Qt actions.
QWindowKit is a cross-platform window customization framework for Qt Widgets and Qt Quick.
KD SingleApplication is a helper class for single-instance policy applications.
This package provides single signon authentication library for GLib applications.
Accounts SSO is a framework for application developers who wish to acquire, use and store web account details and credentials. It handles the authentication process of an account and securely stores the credentials and service-specific settings.