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.
Glibmm provides a C++ programming interface to the part of GLib that are useful for C++.
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.
Python bindings for GLib, GObject, and GIO.
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.
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.
A small little utility to run a couple of executables under a new DBus session for testing.
Glibmm provides a C++ programming interface to the part of GLib that are useful for C++.
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.
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.
sdbus-c++ is a high-level C++ D-Bus library designed to provide easy-to-use yet powerful API in modern C++. It adds another layer of abstraction on top of sd-bus, the C D-Bus implementation by systemd.
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:
dbus-cxx-xml2cppto generate proxy and adapterdbus-cxx-introspectto introspect a dbus interface
Some codes examples can be find at: https://dbus-cxx.github.io/examples.html
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.
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.
Intltool is a set of tools to centralise translations of many different file formats using GNU gettext-compatible PO files.
The intltool collection can be used to do these things:
Extract translatable strings from various source files (.xml.in, glade, .desktop.in, .server.in, .oaf.in).
Collect the extracted strings together with messages from traditional source files (.c, .h) in po/$(PACKAGE).pot.
Merge back the translations from .po files into .xml, .desktop and oaf files. This merge step will happen at build resp. installation time.
This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects.
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 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.
Telepathy is a flexible, modular communications framework that enables real-time communication over D-Bus via pluggable protocol backends. Telepathy is a communications service that can be accessed by many applications simultaneously.
This package provides the library for GLib applications.
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.
GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate metadata files, in addition to the actual native C library. Then language bindings can read this metadata and automatically provide bindings to call into the C library.
Glibmm provides a C++ programming interface to the part of GLib that are useful for C++.
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.
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.
Yaru is the default theme for Ubuntu.
It contains:
a GNOME Shell theme based on the upstream GNOME shell theme
a light and dark GTK theme (gtk2 and gtk3) based on the upstream Adwaita Gtk theme
an icon & cursor theme, derived from the Unity8 Suru icons and Suru icon theme
a sound theme, combining sounds from the WoodenBeaver and Touch-Remix sound themes.