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.
Libwpd is a C++ library designed to help process WordPerfect documents. It is most commonly used to import such documents into other word processors.
Librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.
LibreOffice is a comprehensive office suite. It contains a number of components: Writer, a word processor; Calc, a spreadsheet application; Impress, a presentation engine; Draw, a drawing and flowcharting application; Base, a database and database frontend; Math for editing mathematics.
The libwpg project provides a library and tools for working with graphics in the WPG (WordPerfect Graphics) format.
The libnumbertext library provides language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc, available for C++ and Java.
LibCMIS is a C++ client library for the CMIS interface. It allows C++ applications to connect to any ECM behaving as a CMIS server such as Alfresco or Nuxeo.
Libvisio is a library that parses the file format of Microsoft Visio documents of all versions.
LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.
GNU libsigsegv is a library to handle page faults, which occur when a program tries to access an unavailable region of memory, in user mode. By catching and handling page faults, the program can implement pageable virtual memory, stack overflow handlers, and so on.
GNU libunistring is a library providing functions to manipulate Unicode strings and for manipulating C strings according to the Unicode standard.
The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications.
This package provides access to the internal state of the Capable Robot USB Hub, allowing you to monitor and control the Hub from an upstream computer. It also creates a transparent CircuitPython Bridge, allowing unmodified CircuitPython code to run on the host computer and interact with I2C and SPI devices attached to the USB Hub.
This package provides a library handling communication with Apple's TSS.
Libusb is a library that gives applications easy access to USB devices on various operating systems.
Python ctypes bindings for HIDAPI library.
This package provides ifuse, a command to mount iOS devices and access their contents.
This package provides a Cython interface to hidapi.
Libusb-compat provides a shim allowing applications based on older version of libusb to run with newer libusb.
gMTP is a simple graphical client for the Media Transfer Protocol (MTP), which allows media files to be transferred to and from many portable devices.
Libmtp implements an MTP (Media Transfer Protocol) initiator, which means that it initiates MTP sessions with devices. The devices responding are known as MTP responders. Libmtp runs on devices with a USB host controller interface. It implements MTP Basic, which was proposed for standardization.
Libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB.
This utility is used to restore bricked or otherwise broken iOS devices.
libimobiledevice is a software library that talks the protocols to support Apple devices. This package provides a library with common code used by the libraries and tools around the libimobiledevice project.
This package provides an interface to manage IPA format files and applications for iOS devices, it's written in C