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.
This library provides text addons (autocorrection, text to speak, grammar checking, text translator, emoticon support) for Qt applications.
KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui.
KConfigCore provides access to the configuration files themselves. It features:
Code generation: describe your configuration in an XML file, and use `kconfig_compiler to generate classes that read and write configuration entries.
Cascading configuration files (global settings overridden by local settings).
Optional shell expansion support (see docs/options.md).
The ability to lock down configuration options (see docs/options.md).
KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files.
This library provides a vCard data model, vCard input/output, contact group management, locale-aware address formatting, and localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
KXMLGUI provides a framework for managing menu and toolbar actions in an abstract way. The actions are configured through a XML description and hooks in the application code. The framework supports merging of multiple descriptions for integrating actions from plugins.
KCrash provides support for intercepting and handling application crashes.
KNotification is used to notify the user of an event. It covers feedback and persistent events.
This framework implements a lot of file management functions. It supports accessing files locally as well as via HTTP and FTP out of the box and can be extended by plugins to support other protocols as well. There is a variety of plugins available, e.g. to support access via SSH. The framework can also be used to bridge a native protocol to a file-based interface. This makes the data accessible in all applications using the KDE file dialog or any other KIO enabled infrastructure.
bluez-qt is a Qt-style library for accessing the bluez Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.
Kirigami is a set of high level QtQuick components looking and feeling well on both mobile and desktop devices. They ease the creation of applications that follow the Kirigami Human Interface Guidelines.
This package contains XML files describing non-standard Wayland protocols used in KDE Plasma.
KActivities provides the infrastructure needed to manage a user's activities, allowing them to switch between tasks, and for applications to update their state to match the user's current activity. This includes a daemon, a library for interacting with that daemon, and plugins for integration with other frameworks.
This framework offers the possibility to create integrate services and actions on any application without having to implement them specifically. Purpose will offer them mechanisms to list the different alternatives to execute given the requested action type and will facilitate components so that all the plugins can receive all the information they need.
KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity.
The Quick Charts module provides a set of charts that can be used from QtQuick applications for both simple display of data as well as continuous display of high-volume data.
This package provides a Implementation of Status Notifier Items.
KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.
KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated.
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings.
This framework provides additional image format plugins for QtGui. As such it is not required for the compilation of any other software, but may be a runtime requirement for Qt-based software to support certain image formats.
The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input.
This package provides a non-blocking Qt database framework.
KJobWIdgets provides widgets for showing progress of asynchronous jobs.
This package provides Kirigami components usable by both touch and desktop experiences.
Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system.