_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


kxmlgui 5.116.0
Dependencies: attica@5.116.0 kauth@5.116.0 kcodecs@5.116.0 kcoreaddons@5.116.0 kglobalaccel@5.116.0 kguiaddons@5.116.0 kiconthemes@5.116.0 kitemviews@5.116.0 ki18n@5.116.0 ktextwidgets@5.116.0 kwidgetsaddons@5.116.0 kwindowsystem@5.116.0 qtbase@5.15.17 sonnet@5.116.0
Propagated dependencies: kconfig@5.116.0 kconfigwidgets@5.116.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: GPL 2+ LGPL 2.1+
Build system: cmake
Synopsis: Framework for managing menu and toolbar actions
Description:

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.

kfilemetadata 6.19.0
Dependencies: attr@2.5.1 ebook-tools@0.2.2 kcodecs@6.19.0 libplasma@6.5.2 karchive@6.19.0 kconfig@6.19.0 kcoreaddons@6.19.0 kdegraphics-mobipocket@25.08.3 ki18n@6.19.0 qtmultimedia@6.9.2 qtbase@6.9.2 catdoc@0.95 exiv2@0.27.5 ffmpeg@8.0 poppler-qt6@22.09.0 taglib@1.12
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.0 LGPL 2.1 LGPL 3
Build system: cmake
Synopsis: Extract metadata from different fileformats
Description:

KFileMetaData provides a simple library for extracting the text and metadata from a number of different files. This library is typically used by file indexers to retrieve the metadata. This library can also be used by applications to write metadata.

kinit 5.116.0
Dependencies: kauth@5.116.0 kbookmarks@5.116.0 kcodecs@5.116.0 kcompletion@5.116.0 kconfig@5.116.0 kconfigwidgets@5.116.0 kcoreaddons@5.116.0 kcrash@5.116.0 kdbusaddons@5.116.0 kdoctools@5.116.0 kio@5.116.0 kitemviews@5.116.0 ki18n@5.116.0 kjobwidgets@5.116.0 kparts@5.116.0 kservice@5.116.0 kwidgetsaddons@5.116.0 kwindowsystem@5.116.0 kxmlgui@5.116.0 libcap@2.64 plasma-framework@5.116.0 qtbase@5.15.17 solid@5.116.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.0+ LGPL 2.1+
Build system: cmake
Synopsis: Library to speed up start of applications on KDE workspaces
Description:

Kdeinit is a process launcher similar to init used for booting UNIX. It launches processes by forking and then loading a dynamic library which contains a kdemain(…) function. Using kdeinit to launch KDE applications makes starting KDE applications faster and reduces memory consumption.

kjs 5.116.0
Dependencies: pcre@8.45 qtbase@5.15.17
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+ FreeBSD Modified BSD non-copyleft
Build system: cmake
Synopsis: KDE Frameworks 5 support for Javascript scripting in Qt applications
Description:

Add-on library to Qt which adds JavaScript scripting support.

attica 5.116.0
Dependencies: qtbase@5.15.17
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+ LGPL 3+
Build system: cmake
Synopsis: Open Collaboration Service client library
Description:

Attica is a Qt library that implements the Open Collaboration Services API version 1.6.

It grants easy access to the services such as querying information about persons and contents. The library is used in KNewStuff3 as content provider. In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.

The REST API is defined here: http://freedesktop.org/wiki/Specifications/open-collaboration-services/

kconfig 6.19.0
Propagated dependencies: qtdeclarative@6.9.2
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1 LGPL 2.1+ Expat LGPL 3+ GPL 1 FreeBSD Modified BSD
Build system: qt
Synopsis: Kconfiguration settings framework for Qt
Description:

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:

  1. Code generation: describe your configuration in an XML file, and use `kconfig_compiler to generate classes that read and write configuration entries.

  2. Cascading configuration files (global settings overridden by local settings).

  3. Optional shell expansion support (see docs/options.md).

  4. 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.

kcompletion 5.116.0
Dependencies: kconfig@5.116.0 kwidgetsaddons@5.116.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: qt
Synopsis: Powerful autocompletion framework and widgets
Description:

This framework helps implement autocompletion in Qt-based applications. It provides a set of completion-ready widgets, or can be integrated it into your application's other widgets.

kwindowsystem 5.116.0
Dependencies: libxrender@0.9.12 qtbase@5.15.17 qtx11extras@5.15.17 xcb-util-keysyms@0.4.1 xcb-util-wm@0.4.2
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: KDE access to the windowing system
Description:

KWindowSystem provides information about and allows interaction with the windowing system. It provides a high level API, which is windowing system independent and has platform specific implementations. This API is inspired by X11 and thus not all functionality is available on all windowing systems.

In addition to the high level API, this framework also provides several lower level classes for interaction with the X Windowing System.

kwayland 5.116.0
Dependencies: libxkbcommon@1.11.0 plasma-wayland-protocols@1.19.0 qtwayland@5.15.17 wayland@1.24.0 wayland-protocols@1.45
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://invent.kde.org/plasma/kwayland
Licenses: LGPL 2.1+
Build system: qt
Synopsis: Qt-style API to interact with the wayland client and server
Description:

As the names suggest they implement a Client respectively a Server API for the Wayland protocol. The API is Qt-styled removing the needs to interact with a for a Qt developer uncomfortable low-level C-API. For example the callback mechanism from the Wayland API is replaced by signals, data types are adjusted to be what a Qt developer expects - two arguments of int are represented by a QPoint or a QSize.

kbookmarks 5.116.0
Dependencies: kauth@5.116.0 kcodecs@5.116.0 kconfig@5.116.0 kconfigwidgets@5.116.0 kcoreaddons@5.116.0 kiconthemes@5.116.0 kxmlgui@5.116.0 qtbase@5.15.17
Propagated dependencies: kwidgetsaddons@5.116.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Bookmarks management library
Description:

KBookmarks lets you access and manipulate bookmarks stored using the XBEL format.

kstatusnotifieritem 6.19.0
Dependencies: kwindowsystem@6.19.0 libxkbcommon@1.11.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: CC0 LGPL 2.0+
Build system: qt
Synopsis: Implementation of Status Notifier Items
Description:

This package provides a Implementation of Status Notifier Items.

kwidgetsaddons 6.19.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: GPL 2+ LGPL 2.1+
Build system: qt
Synopsis: Large set of desktop widgets
Description:

Provided are action classes that can be added to toolbars or menus, a wide range of widgets for selecting characters, fonts, colors, actions, dates and times, or MIME types, as well as platform-aware dialogs for configuration pages, message boxes, and password requests.

knewstuff 6.19.0
Dependencies: karchive@6.19.0 kconfig@6.19.0 kirigami@6.19.0 ki18n@6.19.0 kpackage@6.19.0 kwidgetsaddons@6.19.0 qtbase@6.9.2 qtdeclarative@6.9.2 syndication@6.19.0
Propagated dependencies: attica@6.19.0 kcoreaddons@6.19.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Framework for downloading and sharing additional application data
Description:

The KNewStuff library implements collaborative data sharing for applications. It uses libattica to support the Open Collaboration Services specification.

attica 6.19.0
Dependencies: qtbase@6.9.2
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+ LGPL 3+
Build system: cmake
Synopsis: Open Collaboration Service client library
Description:

Attica is a Qt library that implements the Open Collaboration Services API version 1.6.

It grants easy access to the services such as querying information about persons and contents. The library is used in KNewStuff3 as content provider. In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase.

The REST API is defined here: http://freedesktop.org/wiki/Specifications/open-collaboration-services/

kio 5.116.0
Dependencies: mit-krb5@1.21 karchive@5.116.0 kauth@5.116.0 kcodecs@5.116.0 kconfigwidgets@5.116.0 kcrash@5.116.0 kdbusaddons@5.116.0 kded@5.116.0 kguiaddons@5.116.0 kiconthemes@5.116.0 ki18n@5.116.0 knotifications@5.116.0 ktextwidgets@5.116.0 kwallet@5.116.0 kwidgetsaddons@5.116.0 libxml2@2.14.6 libxslt@1.1.43 qtbase@5.15.17 qtdeclarative@5.15.17 qtscript@5.15.17 qtx11extras@5.15.17 sonnet@5.116.0 util-linux@2.40.4 zlib@1.3.1
Propagated dependencies: acl@2.3.1 kbookmarks@5.116.0 kconfig@5.116.0 kcompletion@5.116.0 kcoreaddons@5.116.0 kitemviews@5.116.0 kjobwidgets@5.116.0 kservice@5.116.0 kwindowsystem@5.116.0 kxmlgui@5.116.0 solid@5.116.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Network transparent access to files and data
Description:

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.

kitemviews 6.19.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: GPL 2+ LGPL 2.1+
Build system: qt
Synopsis: Set of item views extending the Qt model-view framework
Description:

KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.

kdbusaddons 6.19.0
Dependencies: libxkbcommon@1.11.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: qt
Synopsis: Convenience classes for DBus
Description:

KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.

kjobwidgets 5.116.0
Dependencies: kcoreaddons@5.116.0 kwidgetsaddons@5.116.0 qtbase@5.15.17 qtx11extras@5.15.17
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Widgets for showing progress of asynchronous jobs
Description:

KJobWIdgets provides widgets for showing progress of asynchronous jobs.

ktexttemplate 6.19.0
Dependencies: qtdeclarative@6.9.2
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: qt
Synopsis: KDE's Text Template
Description:

KTextTemplate is to make it easier for application developers to separate the structure of documents from the data they contain.

ktextwidgets 6.19.0
Dependencies: kauth@6.19.0 kcodecs@6.19.0 kcompletion@6.19.0 kconfig@6.19.0 kconfigwidgets@6.19.0 kcoreaddons@6.19.0 kiconthemes@6.19.0 kservice@6.19.0 kwidgetsaddons@6.19.0 kwindowsystem@6.19.0 qtspeech@6.9.2
Propagated dependencies: ki18n@6.19.0 sonnet@6.19.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.0+ LGPL 2.1+
Build system: qt
Synopsis: Text editing widgets
Description:

KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text.

kdoctools 6.19.0
Dependencies: docbook-xml@4.5 docbook-xsl@1.79.2-0.fe16c90 gettext-minimal@0.23.1 karchive@6.19.0 ki18n@6.19.0 libxml2@2.14.6 libxslt@1.1.43 perl@5.36.0 perl-uri@5.05 qtbase@6.9.2
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Create documentation from DocBook
Description:

Provides tools to generate documentation in various format from DocBook files.

purpose 6.19.0
Dependencies: kconfig@6.19.0 kcoreaddons@6.19.0 kdeclarative@6.19.0 knotifications@6.19.0 ki18n@6.19.0 kio@6.19.1 kirigami@6.19.0 kwidgetsaddons@6.19.0 kitemmodels@6.19.0 kitemviews@6.19.0 kcompletion@6.19.0 kservice@6.19.0 qtbase@6.9.2 qtdeclarative@6.9.2 prison@6.19.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Offers available actions for a specific purpose
Description:

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.

ksyntaxhighlighting 6.19.0
Dependencies: qtbase@6.9.2 qtdeclarative@6.9.2
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Syntax highlighting engine for Kate syntax definitions
Description:

This is a stand-alone implementation of the Kate syntax highlighting engine. It's meant as a building block for text editors as well as for simple highlighted text rendering (e.g. as HTML), supporting both integration with a custom editor as well as a ready-to-use QSyntaxHighlighter sub-class.

kitemviews 5.116.0
Channel: guix
Location: gnu/packages/kde-frameworks.scm (gnu packages kde-frameworks)
Home page: https://community.kde.org/Frameworks
Licenses: GPL 2+ LGPL 2.1+
Build system: qt
Synopsis: Set of item views extending the Qt model-view framework
Description:

KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.

Total packages: 69252