_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


cuda-cudart 12.8.90
Dependencies: cuda-nvrtc@12.8.93 gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA runtime
Description:

This package provides the CUDA run-time support libraries for NVIDIA GPUs, all of which are proprietary.

python-cuda-core 12.8.0
Dependencies: cuda-dev@12.8.1 gcc@14.3.0
Propagated dependencies: python-pyclibrary@0.2.2-0.4e1e243 cuda-python@12.8.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://github.com/NVIDIA/cuda-python
Licenses: Nonfree
Build system: pyproject
Synopsis: Pythonic CUDA module
Description:

This package provides a high-level pythonic module for NVIDIA CUDA toolkit.

libcusolver 11.7.3.90
Dependencies: gcc@14.3.0 glibc@2.41 libcublas@12.8.4.1 libcusparse@12.5.8.93 libnvjitlink@12.8.93
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cusolver/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: GPU-accelerated library for decompositions and linear system solutions
Description:

This package provides a high-level library based on the cuBLAS and cuSPARSE libraries. It consists of two modules corresponding to two sets of API: the cuSolver API on a single GPU; and the cuSolverMG API on a single node multiGPU. Each of these can be used independently or in concert with other toolkit libraries. The intent of cuSolver is to provide useful LAPACK-like features, such as common matrix factorization and triangular solve routines for dense matrices, a sparse least-squares solver and an eigenvalue solver. In addition, cuSolver provides a new refactorization library useful for solving sequences of matrices with a shared sparsity pattern.

nsight-compute 2025.1.1.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/nsight-compute
Licenses: Nonfree
Build system: cuda
Synopsis: Interactive profiler for CUDA
Description:

This package provides a an interactive profiler for CUDA and NVIDIA OptiX that provides detailed performance metrics and API debugging via a user interface and command-line tool. Users can run guided analysis and compare results with a customizable and data-driven user interface, as well as post-process and analyze results in their own workflows.

cuda-nvprof 12.8.90
Dependencies: cuda-cudart@12.8.90 cuda-cupti@12.8.90 gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/cuda-toolkit
Licenses: Nonfree
Build system: cuda
Synopsis: Command-line NVIDIA GPU profiler
Description:

This package provides a command-line tool to profile CUDA kernels. It enables the collection of a timeline of CUDA-related activities on both CPU and GPU, including kernel execution, memory transfers, memory set and CUDA API calls and events or metrics for CUDA kernels.

cuda-nvml-dev 12.8.90
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://developer.nvidia.com/management-library-nvml
Licenses: Nonfree
Build system: cuda
Synopsis: NVIDIA Management Library Headers
Description:

The NVIDIA Management Library Headers (NVML) is a C-based API for monitoring and managing various states of the NVIDIA GPU devices. It provides a direct access to the queries and commands exposed via nvidia-smi.

libcufft 11.3.3.83
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cufft/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA Fast Fourier Transform library
Description:

This package provides cuFFT, the NVIDIA® CUDA® Fast Fourier Transform (FFT) product. It consists of two separate libraries: cuFFT and cuFFTW. The cuFFT library is designed to provide high performance on NVIDIA GPUs. The cuFFTW library is provided as a porting tool to enable users of FFTW to start using NVIDIA GPUs with a minimum amount of effort.

The FFT is a divide-and-conquer algorithm for efficiently computing discrete Fourier transforms of complex or real-valued data sets. It is one of the most important and widely used numerical algorithms in computational physics and general signal processing. The cuFFT library provides a simple interface for computing FFTs on an NVIDIA GPU, which allows users to quickly leverage the floating-point power and parallelism of the GPU in a highly optimized and tested FFT library. The cuFFTW library provides the FFTW3 API to facilitate porting of existing FFTW applications.

libnvjpeg 12.3.5.92
Dependencies: gcc@14.3.0 glibc@2.41
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/nvjpeg/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: GPU-accelerated JPEG codec library
Description:

This package provides a high-performance, GPU accelerated JPEG decoding functionality for image formats commonly used in deep learning and hyperscale multimedia applications. The library offers single and batched JPEG decoding capabilities which efficiently utilize the available GPU resources for optimum performance; and the flexibility for users to manage the memory allocation needed for decoding.

The nvJPEG library enables the following functions: use the JPEG image data stream as input; retrieve the width and height of the image from the data stream, and use this retrieved information to manage the GPU memory allocation and the decoding. A dedicated API is provided for retrieving the image information from the raw JPEG image data stream.

The encoding functions of the nvJPEG library perform GPU-accelerated compression of user’s image data to the JPEG bitstream. User can provide input data in a number of formats and colorspaces, and control the encoding process with parameters. Encoding functionality will allocate temporary buffers using user-provided memory allocator.

libcusparse 12.5.8.93
Dependencies: gcc@14.3.0 glibc@2.41 libnvjitlink@12.8.93
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cusparse/index.html
Licenses: Nonfree
Build system: cuda
Synopsis: CUDA sparse matrix library
Description:

This package provides a set of GPU-accelerated basic linear algebra subroutines used for handling sparse matrices that perform significantly faster than CPU-only alternatives. Depending on the specific operation, the library targets matrices with sparsity ratios in the range between 70%-99.9%.

cuda-nvdisasm 12.8.90
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/cuda-modules.scm (guix-science-nonfree packages cuda-modules)
Home page: https://docs.nvidia.com/cuda/cuda-binary-utilities/index.html#nvdisasm
Licenses: Nonfree
Build system: cuda
Synopsis: Extract information from CUDA cubin files
Description:

This binary extracts information from standalone cubin files and presents them in human readable format. The output of nvdisasm includes CUDA assembly code for each kernel, listing of ELF data sections and other CUDA specific sections. Output style and options are controlled through nvdisasm command-line options. nvdisasm also does control flow analysis to annotate jump/branch targets and makes the output easier to read.

gdrcopy 2.5.2
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fabric-management.scm (guix-science-nonfree packages fabric-management)
Home page: https://github.com/NVIDIA/gdrcopy
Licenses: Expat
Build system: gnu
Synopsis: A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology
Description:

GDRCopy is a low-latency GPU memory copy library based on GPUDirect RDMA technology that allows the CPU to directly map and access GPU memory.

ucx-cuda 1.20.0
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fabric-management.scm (guix-science-nonfree packages fabric-management)
Home page: https://www.openucx.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Optimized communication layer for message passing in HPC with GPU support
Description:

Unified Communication X (UCX) provides an optimized communication layer for message passing (MPI), portable global address space (PGAS) languages and run-time support libraries, as well as RPC and data-centric applications.

UCX utilizes high-speed networks for inter-node communication, and shared memory mechanisms for efficient intra-node communication.

This package adds CUDA support for NVIDIA GPUs.

fsl-libvis 2111.2
Dependencies: fsl-armawrap@0.7.0 fsl-cprob@2111.0 fsl-libgdc@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-znzlib@2111.0 gd@2.3.3 lapack@3.12.1 libpng@1.6.39 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/libvis
Licenses: Nonfree
Build system: gnu
Synopsis: Miscellaneous low-level visualisation scripts and utilities
Description:

Module within FSL that provides visualization functionalities, with its source code available on GitLab.

fsl-verbena v4.0.3
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://github.com/physimals/verbena
Licenses: non-copyleft
Build system: gnu
Synopsis: Vascular Model Based Perfusion Quantification for DSC-MRI
Description:

Verbena is a Bayesian Inference tool for quantification of perfusion and other haemodynamic parameters from Dynamic Susceptibility Contrast perfusion MRI of the brain.

fsl-vtkio 2111.0
Dependencies: fsl-armawrap@0.7.0 fsl-firstlib@2111.1 fsl-meshclass@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/fslvtkio
Licenses: Nonfree
Build system: gnu
Synopsis: VTK-based I/O library for neuroimaging
Description:

Module within FSL that facilitates input/output operations using VTK (Visualization Toolkit), enabling advanced visualization and data handling for neuroimaging.

fsl-cprob 2111.0
Dependencies: lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/cprob
Licenses: Nonfree
Build system: gnu
Synopsis: Wrapper around the CEPHES cmath library
Description:

A wrapper that encapsulates the CEPHES Cmath library.

fsl-utils 2412.1
Dependencies: fsl-armawrap@0.7.0 openblas@0.3.31 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/utils
Licenses: Nonfree
Build system: gnu
Synopsis: Set of utilities libraries for FSL
Description:

This package is a set of utilities libraries all FSL modules

fsl-newimage 2501.4
Dependencies: fsl-armawrap@0.7.0 fsl-newnifti@4.1.0 fsl-znzlib@2111.0 zlib@1.3.1 fsl-miscmaths@2412.4 fsl-utils@2412.1 boost@1.89.0 fsl-cprob@2111.0 lapack@3.12.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/newimage
Licenses: Nonfree
Build system: gnu
Synopsis: Implementation of a data container for nifti images/volumes
Description:

A library that returns the object representing an image/volume once it has been deserialized by the newnifti library. The library implements a data container and common operations for nifti images/volumes

fsl-giftiio 2111.1
Dependencies: fsl-armawrap@0.7.0 fsl-basisfield@2203.4 fsl-cprob@2111.0 fsl-meshclass@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-warpfns@2501.0 fsl-znzlib@2111.0 expat@2.7.1 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/giftiio
Licenses: Nonfree
Build system: gnu
Synopsis: GIFTI file I/O library
Description:

Giftiio is a library within FSL for reading and writing GIFTI files, a format used for surface-based data representation in neuroimaging.

fsl-libgdc 2111.0
Dependencies: gd@2.3.3 lapack@3.12.1 libpng@1.6.39
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/libgdc
Licenses: Nonfree
Build system: gnu
Synopsis: Essential graphical and data handling module in FSL
Description:

libgdc is a module within FSL that provides essential graphical or data handling functionalities, with its source code available on GitLab.

fsl-possum 2111.3
Dependencies: fsl-armawrap@0.7.0 fsl-cprob@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/possum
Licenses: Nonfree
Build system: gnu
Synopsis: Advanced MRI simulation module in FSL
Description:

Module within FSL that provides advanced functionalities for simulating MRI data, including pulse sequence generation, signal generation, noise addition, and image reconstruction.

fsl-fnirt 2203.2
Dependencies: fsl-armawrap@0.7.0 fsl-basisfield@2203.4 fsl-cprob@2111.0 fsl-meshclass@2111.0 fsl-miscmaths@2412.4 fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-utils@2412.1 fsl-warpfns@2501.0 fsl-znzlib@2111.0 lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/fnirt
Licenses: Nonfree
Build system: gnu
Synopsis: Non-linear Image Registration Tool
Description:

FNIRT (FMRIB's Non-linear Image Registration Tool) is a tool for non-linear registration of brain images, used to align images from different subjects or modalities.

fsl-znzlib 2111.0
Dependencies: lapack@3.12.1 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/znzlib
Licenses: Nonfree
Build system: gnu
Synopsis: Utility library for FSL
Description:

This package is a utility for FSL.

fsl-avwutils 2209.3
Dependencies: fsl-newimage@2501.4 fsl-newnifti@4.1.0 fsl-armawrap@0.7.0 fsl-znzlib@2111.0 fsl-miscmaths@2412.4 fsl-utils@2412.1 fsl-cprob@2111.0 lapack@3.12.1 nlohmann-json@3.12.0 zlib@1.3.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/fsl.scm (guix-science-nonfree packages fsl)
Home page: https://git.fmrib.ox.ac.uk/fsl/avwutils.git
Licenses: Nonfree
Build system: gnu
Synopsis: Miscellaneous image utilities
Description:

It is a set of useful command-line utilities which allow the conversion, processing etc.of Analyze/AVW and Nifti format data sets

Total packages: 73955