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.
Tempest-lib is a functional testing library for OpenStack. It provides common features used in Tempest.
Orange Canvas Core is a framework for building graphical user interfaces for editing workflows. It is a component used to build the Orange Canvas data-mining application.
Orange Widget Base provides a base widget component for a interactive GUI based workflow. It is primarily used in the Orange framework.
This package provides an utility that accesses files on a HTTP server and stores them locally for reuse. It is primarily used by the Orange framework.
Orange is a component-based, graphical framework for machine learning, data analysis, data mining and data visualization.
Orpheus is a light-weight text mode menu- and window-driven audio player application for CDs, internet stream broadcasts, and files in MP3 and Vorbis OGG format.
The Open Text Summarizer is a library and command-line tool for summarizing texts. The program reads a text and decides which sentences are important and which are not. OTS will create a short summary or will highlight the main ideas in the text.
The program can either print the summarized text as plain text or HTML. If in HTML, the important sentences are highlighted.
The program is multi lingual and works with UTF-8 encoding.
oyacc is a portable version of the OpenBSD's yacc program, with no dependencies besides libc.
Flatpak is a system for building, distributing, and running sandboxed desktop applications on GNU/Linux.
Akku.scm is a project-based language package manager for R6RS and R7RS Scheme. It is mainly meant for programmers who develop portable programs or libraries in Scheme, but could potentially work for end-users of those programs. It also has a translator from R7RS, which allows most R7RS code to run on R6RS implementations.
GNU Guix is a functional package manager for the GNU system, and is also a distribution thereof. It includes a virtual machine image. Besides the usual package management features, it also supports transactional upgrades and roll-backs, per-user profiles, and much more. It is based on the Nix package manager.
Conan is a package manager for C and C++ developers that boasts the following features:
It is fully decentralized. Users can host their packages on their own private servers.
It can create, upload and download binaries for any configuration and platform, including cross-compiled ones.
It integrates with any build system, including CMake, Makefiles, Meson, etc.
It is extensible; its Python-based recipes, together with extensions points allow for great power and flexibility.
The SVG files in this directory are intended to be used as backgrounds for different components of the GNU system like login managers and desktop environments. The backgrounds are available in different aspect ratios which are indicated in the file name.
Nix is a purely functional package manager. This means that it treats packages like values in purely functional programming languages such as Haskell—they are built by functions that don't have side-effects, and they never change after they have been built. Nix stores packages in the Nix store, usually the directory /nix/store, where each package has its own unique sub-directory.
The conda-libmamba-solver package provides a fast solver backend for Conda based on the libmamba library. It significantly speeds up dependency resolution compared to the classic solver.
GNU Guix is a functional package manager for the GNU system, and is also a distribution thereof. It includes a virtual machine image. Besides the usual package management features, it also supports transactional upgrades and roll-backs, per-user profiles, and much more. It is based on the Nix package manager.
XStow is a replacement of GNU Stow written in C++. It supports all features of Stow with some extensions.
msitools is a collection of command-line tools to inspect, extract, build, and sign Windows Installer (.MSI) files. It aims to be a solution for packaging and deployment of cross-compiled Windows applications.
This package provides a PackageKit frontend for GNOME. PackageKit is a common unified interface for package managers.
Libmambapy provides Python bindings for the libmamba library, enabling fast package management functionality in Python applications.
libostree is both a shared library and suite of command line tools that combines a "git-like" model for committing and downloading bootable file system trees, along with a layer for deploying them and managing the boot loader configuration.
ASDF is a version manager for programming language runtimes and tools. Versions can be defined and managed on a per-project basis. It features a plugin system that allows it to be extended to support further languages. It currently supports a many popular runtimes, such as Ruby, Node.js, Elixir, and Erlang.
Hatch is a modern, extensible Python project manager.
Features
Standardized build system with reproducible builds by default
Robust environment management with support for custom scripts
Configurable Python distribution management
Easy publishing to PyPI or other indexes
Version management
Configurable project generation with sane defaults
Responsive CLI, ~2-3x faster than equivalent tools
Libmamba is a C++ library that provides fast package management functionality. It uses libsolv for dependency resolution and is the foundation for the Mamba package manager.