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.
A guided tour and greeter for GNOME.
Liblarch is a Python library built to easily handle data structures such as lists, trees and acyclic graphs. There's also a GTK binding that will allow you to use your data structure in a Gtk.Treeview.
Liblarch support multiple views of one data structure and complex filtering. That way, you have a clear separation between your data themselves (Model) and how they are displayed (View).
Libpeas is a gobject-based plugin engine, targeted at giving every application the chance to assume its own extensibility. It also has a set of features including, but not limited to: multiple extension points; on-demand (lazy) programming language support for C, Python and JS; simplicity of the API.
Tepl is a library that eases the development of GtkSourceView-based text editors and IDEs.
Grilo is a framework focused on making media discovery and browsing easy for application developers. This package provides plugins for common media discovery protocols.
This package provides a library to handle resource discovery and announcement over SSDP and a debugging tool, gssdp-device-sniffer.
OCRFeeder is a complete Optical Character Recognition and Document Analysis and Recognition program.
GNOME Boxes is a simple application to view, access, and manage remote and virtual systems. Note that this application requires the libvirt and virtlog daemons to run. Use the command info '(guix) Virtualization Services' to learn how to configure these services on the Guix System.
To make it possible to redirect USB devices as a non-privileged user, some extra configuration is necessary: if you use the gnome-desktop-service-type, you should add the gnome-boxes package to the extra-packages field of the gnome-desktop-configuration, for example:
(service gnome-desktop-service-type
(gnome-desktop-configuration
(extra-packages (list gnome-boxes gnome-essential-extras))))If you do not use the gnome-desktop-service-type, you will need manually extend the polkit-service-type with the spice-gtk package, as well as configure the libexec/spice-client-glib-usb-acl-helper executable of spice-gtk as setuid, to make it possible to redirect USB devices as a non-privileged user.
Libdmapsharing is a library which allows programs to access, share and control the playback of media content using DMAP (DAAP, DPAP & DACP). It is written in C using GObject and libsoup.
LibSoup is an HTTP client/server library for GNOME. It uses GObjects and the GLib main loop, to integrate well with GNOME applications.
Disk management utility for GNOME.
GNOME Online Accounts provides interfaces so that applications and libraries in GNOME can access the user's online accounts. It has providers for Google, ownCloud, Facebook, Flickr, Windows Live, Pocket, Foursquare, Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.
GVFS is a userspace virtual file system designed to work with the I/O abstraction of GIO. It contains a GIO module that seamlessly adds GVFS support to all applications using the GIO API. It also supports exposing the GVFS mounts to non-GIO applications using FUSE.
GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP, DAV, and others.
This package provides common user interfaces to make and receive calls.
gnome-keyring is a program that keeps passwords and other secrets for users. It is run as a daemon in the session, similar to ssh-agent, and other applications locate it via an environment variable or D-Bus.
The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends.
Yelp is the help viewer in Gnome. It natively views Mallard, DocBook, man, info, and HTML documents. It can locate documents according to the freedesktop.org help system specification.
NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services.
LibGTop is a library to get system specific data such as CPU and memory usage and information about running processes.
GUPnP-IGD is a library to handle UPnP IGD port mapping.
This package contains a systray applet for NetworkManager. It displays the available networks and allows users to easily switch between them.
Clutter-Gst is an integration library for using GStreamer with Clutter. It provides a GStreamer sink to upload frames to GL and an actor that implements the ClutterGstPlayer interface using playbin. Clutter is an OpenGL-based interactive canvas library.
This package provides a unified backend for programs that work with contacts, tasks, and calendar information. It was originally developed for Evolution (hence the name), but is now used by other packages as well.
This package provides GUPnP, an object-oriented framework for creating UPnP devices and control points, written in C using GObject and libsoup.
system-config-printer is a CUPS administration tool. It's written in Python using GTK+, and uses the IPP when configuring CUPS.