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.
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.
pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to JavaScript's npx, and Trisquel's apt.
This library is an abstraction of Conda package handling and a tool for extracting, creating, and converting between formats.
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.
The BFFE of Build Farm Front-end is an experimental frontend for Guix build farms. It works together with the Guix Data Service and Guix Build Coordinator to submit builds and monitor the activity.
It functions as a Guile library, with the run-bffe-service procedure in the (bffe) module as the entry point.
The Guix Workflow Language (GWL) provides an extension to GNU Guix's declarative language for package management to automate the execution of programs in scientific workflows. The GWL can use process engines to integrate with various computing environments.
The Nar Herder is a utility for managing a collection of nars (normalized archives, in the context of Guix) along with the corresponding narinfo files which contain some signed metadata.
It can assist in serving a collection of nars, moving them between machines, or mirroring an existing collection of nars.
It's currently a working prototype, many designed features aren't implemented, and the error handling is very rough.
Sideload handles flatpakref files, like those you might find on Flathub or another third-party website providing a Flatpak app for download.
This package provides a desktop calendar app designed for elementary OS.
Calculator is an application for performing simple arithmetic. It is the default calculator application in the Pantheon desktop.
Photos is an image viewer and organizer. It originally comes from elementary OS and is designed for the Pantheon desktop environment (but can also be used on others.
pantheon-icons is an original set of vector icons designed for elementary OS and its desktop environment: Pantheon.
pantheon-stylesheet is the GTK Stylesheet for the Pantheon desktop environment (originally from elementary OS).
This package provides wallpapers for the Pantheon desktop.
pantheon-terminal is a lightweight, beautiful and simple terminal. It comes with sane defaults, browser-class tabs, sudo paste protection, smart copy/paste, and little to no configuration. It is the default terminal in the Pantheon desktop.
Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for the Pantheon desktop.
pantheon-screenshot is a screenshot tool designed for the Pantheon desktop environment.
Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for the Pantheon desktop.
GNU Parallel is a tool for executing shell jobs in parallel using one or more computers. Jobs can consist of single commands or of scripts and they are executed on lists of files, hosts, users or other items.
SLURM is a fault-tolerant and highly scalable cluster management and job scheduling system for large and small clusters. It allocates access to resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.
Python-pathos is a framework for heterogeneous computing. It provides a consistent high-level interface for configuring and launching parallel computations across heterogeneous resources. Python-pathos provides configurable launchers for parallel and distributed computing, where each launcher contains the syntactic logic to configure and launch jobs in an execution environment.
The xe utility constructs command lines from specified arguments, combining some of the best features of xargs(1) and apply(1). Parallel execution is also possible.
This package implements Jupyter/IPython magic commands for interacting with the SLURM workload manager. SLURM magic simply wraps command-line executables and the commands themselves should look like their command-line counterparts. Commands are spawned via subprocess and output captured in the notebook. Whatever arguments are accepted by a SLURM command line executable are also accepted by the corresponding magic command---e.g., %salloc, %sbatch, etc.
SLURM is a fault-tolerant and highly scalable cluster management and job scheduling system for large and small clusters. It allocates access to resources (computer nodes) to users for some duration of time, provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes, and arbitrates contention for resources by managing a queue of pending work.