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

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.


libsigc++ 3.6.0
Dependencies: boost@1.89.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://libsigcplusplus.github.io/libsigcplusplus/
Licenses: LGPL 3+
Build system: meson
Synopsis: Type-safe callback system for standard C++
Description:

Libsigc++ implements a type-safe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. It also contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.

dbus-cxx 2.4.0
Dependencies: dbus@1.16.2 expat@2.7.1 libcppgenerate@0.2-0.930c550 popt@1.18
Propagated dependencies: glib@2.86.0 libsigc++@3.6.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://dbus-cxx.github.io/
Licenses: LGPL 3+ Modified BSD
Build system: cmake
Synopsis: C++ wrapper for dbus
Description:

Dbus-cxx is a C++ wrapper for dbus.

It exposes the C API to allow direct manipulation and relies on sigc++ to provide an Oriented Object interface.

This package provide 2 utils:

  1. dbus-cxx-xml2cpp to generate proxy and adapter

  2. dbus-cxx-introspect to introspect a dbus interface

Some codes examples can be find at: https://dbus-cxx.github.io/examples.html

dbus-glib 0.112
Dependencies: expat@2.7.1
Propagated dependencies: dbus@1.16.2 glib@2.86.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://dbus.freedesktop.org/doc/dbus-glib/
Licenses: GPL 2
Build system: gnu
Synopsis: D-Bus GLib bindings
Description:

GLib bindings for D-Bus. The package is obsolete and superseded by GDBus included in Glib.

perl-net-dbus-glib 0.33.0
Dependencies: dbus-glib@0.112
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://metacpan.org/release/Net-DBus-GLib
Licenses: GPL 2+
Build system: perl
Synopsis: Perl extension for the DBus GLib bindings
Description:

This package provides an extension to the Net::DBus module allowing integration with the GLib mainloop. To integrate with the main loop, simply get a connection to the bus via the methods in Net::DBus::GLib rather than the usual Net::DBus module. Every other API remains the same.

libsigc++ 2.9.3
Dependencies: boost@1.89.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://libsigcplusplus.github.io/libsigcplusplus/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Type-safe callback system for standard C++
Description:

Libsigc++ implements a type-safe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. It also contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries.

dbus-verbose 1.16.2
Dependencies: expat@2.7.1 libx11@1.8.12
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://www.freedesktop.org/wiki/Software/dbus/
Licenses: GPL 2+
Build system: meson
Synopsis: D-Bus with verbose mode enabled for debugging
Description:

This variant D-Bus package is built with verbose mode, which eases debugging of D-Bus services by printing various debug information when the DBUS_VERBOSE environment variable is set to 1. For more information, refer to the dbus-daemon(1) man page.

glib 2.86.0
Dependencies: bash-minimal@5.2.37 python@3.12.12 python-wrapper@3.12.12
Propagated dependencies: libffi@3.4.6 pcre2@10.42 util-linux@2.40.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://wiki.gnome.org/Projects/GLib
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Low-level core library for GNOME projects
Description:

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.

python-pygobject 3.50.2
Dependencies: python@3.12.12 python-pycairo@1.28.0 gobject-introspection@1.86.0
Propagated dependencies: glib@2.86.0 libffi@3.4.6
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://pygobject.gnome.org/
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Python bindings for GObject
Description:

Python bindings for GLib, GObject, and GIO.

itstool 2.0.7
Dependencies: bash-minimal@5.2.37 libxml2@2.14.6 python@3.12.12
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://itstool.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Tool to translate XML documents with PO files
Description:

ITS Tool allows you to translate your XML documents with PO files, using rules from the W3C Internationalization Tag Set (ITS) to determine what to translate and how to separate it into PO file messages.

PO files are the standard translation format for GNU and other Unix-like systems. They present translatable information as discrete messages, allowing each message to be translated independently. In contrast to whole-page translation, translating with a message-based format like PO means you can easily track changes to the source document down to the paragraph. When new strings are added or existing strings are modified, you only need to update the corresponding messages.

ITS Tool is designed to make XML documents translatable through PO files by applying standard ITS rules, as well as extension rules specific to ITS Tool. ITS also provides an industry standard way for authors to override translation information in their documents, such as whether a particular element should be translated.

template-glib 3.36.3
Dependencies: gettext-minimal@0.23.1 glib@2.86.0 gobject-introspection@1.86.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://gitlab.gnome.org/GNOME/template-glib
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Library for template expansion
Description:

Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language.

Template-GLib allows you to access properties on GObjects as well as call simple methods via GObject-Introspection.

dbus 1.16.2
Dependencies: expat@2.7.1 libx11@1.8.12
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://www.freedesktop.org/wiki/Software/dbus/
Licenses: GPL 2+
Build system: meson
Synopsis: Message bus for inter-process communication (IPC)
Description:

D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed.

D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, or through unencrypted TCP/IP suitable for use behind a firewall with shared NFS home directories.

perl-net-dbus 1.2.0
Dependencies: dbus@1.16.2
Propagated dependencies: perl-xml-twig@3.52
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://metacpan.org/release/Net-DBus
Licenses: GPL 1+
Build system: perl
Synopsis: Extension for the DBus bindings
Description:

Net::DBus provides a Perl XS API to the DBus inter-application messaging system. The Perl API covers the core base level of the DBus APIs, not concerning itself yet with the GLib or QT wrappers.

glibmm 2.86.0
Propagated dependencies: libsigc++@3.6.0 glib@2.86.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://gtkmm.org/
Licenses: LGPL 2.1+
Build system: meson
Synopsis: C++ interface to the GLib library
Description:

Glibmm provides a C++ programming interface to the part of GLib that are useful for C++.

cppgir 2.0
Dependencies: boost@1.89.0 fmt@11.2.0 expected-lite@0.9.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://gitlab.com/mnauw/cppgir
Licenses: Expat
Build system: cmake
Synopsis: C++ bindings generator for GObject introspection
Description:

cppgir processes .gir files derived from GObject introspection annotations into a set of C++ files defining suitable namespaces, classes and other types that together form a C++ binding.

xdg-dbus-proxy 0.1.5
Dependencies: glib@2.86.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://github.com/flatpak/xdg-dbus-proxy
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: D-Bus connection proxy
Description:

xdg-dbus-proxy is a filtering proxy for D-Bus connections. It can be used to create D-Bus sockets inside a Linux container that forwards requests to the host system, optionally with filters applied.

libdex 1.0.0
Dependencies: glib@2.86.0 libsoup@3.6.5
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://gitlab.gnome.org/GNOME/libdex
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Library for future-based programming with glib
Description:

Dex provides Future-based programming for GLib-based applications.

It both integrates with and brings new features for application and library authors who want to manage concurrent code.

Dex also provides Fibers which allow writing synchronous looking code in C that uses asynchronous and future-based APIs.

cppgir-for-telegram-desktop 2.0-1.2a7d9ce
Dependencies: boost@1.89.0 fmt@11.2.0 expected-lite@0.9.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://gitlab.com/mnauw/cppgir
Licenses: Expat
Build system: cmake
Synopsis: C++ bindings generator for GObject introspection
Description:

cppgir processes .gir files derived from GObject introspection annotations into a set of C++ files defining suitable namespaces, classes and other types that together form a C++ binding.

perl-glib-object-introspection 0.051
Propagated dependencies: gobject-introspection@1.86.0 perl-cairo-gobject@1.005 perl-glib@1.3294
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://metacpan.org/dist/Glib-Object-Introspection
Licenses: LGPL 2.1+
Build system: perl
Synopsis: Dynamically create Perl language bindings
Description:

Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.

deja-dup 45.2
Dependencies: bash-minimal@5.2.37 duplicity@2.1.4 gsettings-desktop-schemas@48.0 gtk@4.22.1 json-glib@1.10.0 libadwaita@1.8.2 libgpg-error@1.51 libnotify@0.8.8 libsecret@0.21.7 libsoup@3.6.5 libhandy@1.8.3 packagekit@1.2.5 python@3.12.12 python-pygobject@3.54.3
Channel: guix
Location: gnu/packages/gnome-circle.scm (gnu packages gnome-circle)
Home page: https://wiki.gnome.org/Apps/DejaDup
Licenses: GPL 3+
Build system: meson
Synopsis: Simple backup tool, for regular encrypted backups
Description:

Déjà Dup is a simple backup tool, for regular encrypted backups. It uses duplicity as the backend, which supports incremental backups and storage either on a local, or remote machine via a number of methods.

komikku-servers 50.7.0
Channel: guix
Location: gnu/packages/gnome-circle.scm (gnu packages gnome-circle)
Home page: https://apps.gnome.org/Komikku
Licenses: GPL 3+
Build system: copy
Synopsis: Servers for Komikku
Description:

This package provides more recent servers for Komikku.

polari 46.0
Dependencies: bash-minimal@5.2.37 glib@2.86.0 gsettings-desktop-schemas@48.0 gspell@1.14.2 gtk@4.22.1 gjs@1.84.2 libadwaita@1.8.2 libsecret@0.21.7 libsoup@3.6.5 telepathy-glib@0.24.2 telepathy-logger@0.8.2-0.5eaf8c9 tinysparql@3.9.2
Propagated dependencies: telepathy-idle@0.2.2-0.b516eab telepathy-mission-control@5.16.6
Channel: guix
Location: gnu/packages/gnome-circle.scm (gnu packages gnome-circle)
Home page: https://wiki.gnome.org/Apps/Polari
Licenses: GPL 2+
Build system: meson
Synopsis: Simple IRC Client
Description:

Polari is a simple Internet Relay Chat (IRC) client that is designed to integrate seamlessly with the GNOME desktop.

secrets 11.1.1
Dependencies: adwaita-icon-theme@48.1 bash-minimal@5.2.37 glib@2.86.0 gsettings-desktop-schemas@48.0 gtk@4.22.1 gtksourceview@5.16.0 libadwaita@1.8.2 libhandy@1.8.3 libpwquality@1.4.5 python@3.12.12 python-pycairo@1.28.0 python-pygobject@3.54.3 python-pykcs11@1.5.18 python-pykeepass@4.1.1.post1 python-pyotp@2.9.0 python-validators@0.34.0 python-yubico@1.3.3 python-zxcvbn-rs-py@0.3.0
Channel: guix
Location: gnu/packages/gnome-circle.scm (gnu packages gnome-circle)
Home page: https://gitlab.gnome.org/World/secrets
Licenses: GPL 3+
Build system: meson
Synopsis: Password manager for the GNOME desktop
Description:

Secrets is a password manager which makes use of the KeePass v4 format. It integrates perfectly with the GNOME desktop and provides an easy and uncluttered interface for the management of password databases.

dialect 2.1.1
Propagated dependencies: gstreamer@1.28.1 libadwaita@1.8.2 libsoup@3.6.5 python@3.12.12 python-gtts@2.5.4 python-pygobject@3.54.3 python-requests@2.32.5
Channel: guix
Location: gnu/packages/gnome-circle.scm (gnu packages gnome-circle)
Home page: https://apps.gnome.org/app/app.drey.Dialect
Licenses: GPL 3+
Build system: meson
Synopsis: Translation application for GNOME
Description:

Dialect is a simple translation application that uses Google Translate (default), LibreTranslate or Lingva Translate. It includes features like automatic language detection, text-to-speech and clipboard buttons.

gnome-authenticator 4.4.0
Dependencies: bash-minimal@5.2.37 glib@2.86.0 gstreamer@1.28.1 gst-plugins-base@1.28.1 gst-plugins-bad@1.28.1 gtk@4.22.1 libadwaita@1.8.2 openssl@3.5.5 pipewire@1.6.2 sqlite@3.39.3 zbar@0.23.93 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/gnome-circle.scm (gnu packages gnome-circle)
Home page: https://apps.gnome.org/Authenticator
Licenses: GPL 3+
Build system: meson
Synopsis: Generate two-factor codes
Description:

Simple application for generating Two-Factor Authentication Codes:

It features:

  • Time-based/Counter-based/Steam methods support

  • SHA-1/SHA-256/SHA-512 algorithms support

  • QR code scanner using a camera or from a screenshot

  • Lock the application with a password

  • Beautiful UI

  • GNOME Shell search provider

  • Backup/Restore from/into known applications like FreeOTP+, Aegis (encrypted / plain-text), andOTP, Google Authenticator

Total packages: 32521