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.
Rust is a systems programming language that provides memory safety and thread safety guarantees.
REAPER is a digital audio production application offering multitrack audio and MIDI recording, editing, processing, mixing and mastering toolset. It supports a vast range of hardware, digital formats and plugins, and can be comprehensively extended, scripted and modified.
GNU Ncurses is a library which provides capabilities to write text to a terminal in a terminal-independent manner. It supports pads and color as well as multiple highlights and forms characters. It is typically used to implement user interfaces for command-line applications. The accompanying ncursesw library provides wide character support.
GNU Ncurses is a library which provides capabilities to write text to a terminal in a terminal-independent manner. It supports pads and color as well as multiple highlights and forms characters. It is typically used to implement user interfaces for command-line applications. The accompanying ncursesw library provides wide character support.
Yarn is a dependency management tool for JavaScript. It acts as a drop-in replacement for node's npm.
This package provides official Python Bindings for the NVIDIA Management Library
This package provides a drop-in replacement for mesa and is intended to be installed by nvidia-service-type.
To actually use the NVIDIA card, replacement must be applied for individual packages, this can be done either by rewriting inputs with --with-input=mesa=nvda or grafting with --with-graft=mesa=nvda. For a programmatical way, the procedure replace-mesa can be used.
Additionally, if the NVIDIA card is not used for displaying, environment variables __GLX_VENDOR_LIBRARY_NAME=nvidia and __NV_PRIME_RENDER_OFFLOAD=1 may be set.
This package provides libraries of the proprietary NVIDIA driver. It's mainly used as a dependency of other packages. For user-facing purpose, use nvda instead.
This package provides kernel modules of the proprietary NVIDIA driver. Module setup can be done with nvidia-service-type, to actually use these modules, also add modprobe.blacklist=nouveau to kernel-arguments field of the operating-system configuration.
If the NVIDIA card is not used for displaying, or on a Wayland environment, add nvidia_drm.modeset=1 to kernel-arguments as well.
This package provides libraries of the proprietary NVIDIA driver. It's mainly used as a dependency of other packages. For user-facing purpose, use nvda instead.
This package provides Nvidia driver control panel for monitor configuration, creating application profiles, gpu monitoring and more.
This package provides Nvidia driver control panel for monitor configuration, creating application profiles, gpu monitoring and more.
This package provides an EGL External Platform library implementation for GBM EGL support.
This package provides a task manager for Nvidia graphics cards.
This package provides firmwares for NVIDIA's GPU System Processor. Firmware installation can be done with nvidia-service-type, however whether GSP mode is enabled by default or not depends on the specific GPU product.
To enable GSP mode manually, add "NVreg_EnableGpuFirmware=1" to kernel-arguments field of the operating-system configuration.
This package provides an EGL platform library for the NVIDIA driver to support XWayland via xlib (using EGL_KHR_platform_x11) or xcb (using EGL_EXT_platform_xcb).
This package provides open source NVIDIA kernel modules, however proprietary firmware and libraries are still necessary, and these modules require GPU System Processor to be present (Turing or later architectures) and enabled (see also the description of nvidia-firmware package).
Module setup can be done with nvidia-service-type (with module field of nvidia-configuration set to nvidia-module-open), to actually use these modules, also add modprobe.blacklist=nouveau to kernel-arguments field of the operating-system configuration.
If the NVIDIA card is not used for displaying, or on a Wayland environment, add nvidia_drm.modeset=1 to kernel-arguments as well.
Mesa is a free implementation of the OpenGL and Vulkan specifications - systems for rendering interactive 3D graphics. A variety of device drivers allows Mesa to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs.
C-based programmatic interface for monitoring and managing various states within NVIDIA Tesla GPUs. It is intended to be a platform for building 3rd party applications, and is also the underlying library for the NVIDIA-supported nvidia-smi tool. NVML is thread-safe so it is safe to make simultaneous NVML calls from multiple threads.
libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same file system, and determines which vendor to dispatch each API call to at runtime.
Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.
This package provides firmwares for NVIDIA's GPU System Processor. Firmware installation can be done with nvidia-service-type, however whether GSP mode is enabled by default or not depends on the specific GPU product.
To enable GSP mode manually, add "NVreg_EnableGpuFirmware=1" to kernel-arguments field of the operating-system configuration.
This package provides kernel modules of the proprietary NVIDIA driver. Module setup can be done with nvidia-service-type, to actually use these modules, also add modprobe.blacklist=nouveau to kernel-arguments field of the operating-system configuration.
If the NVIDIA card is not used for displaying, or on a Wayland environment, add nvidia_drm.modeset=1 to kernel-arguments as well.
This package provides tool for enriching the output of nvidia-smi.
This package provides unofficial Python 3 Bindings for the NVIDIA Management Library