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

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.


sord 0.16.16
Dependencies: pcre@8.45
Propagated dependencies: serd@0.32.0 zix@0.4.2
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://drobilla.net/software/sord.html
Licenses: ISC
Build system: meson
Synopsis: C library for storing RDF data in memory
Description:

Sord is a lightweight C library for storing RDF data in memory.

clucene 2.3.3.4
Dependencies: boost@1.89.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://clucene.sourceforge.net/
Licenses: LGPL 2.1
Build system: cmake
Synopsis: C text indexing and searching library
Description:

CLucene is a high-performance, scalable, cross platform, full-featured indexing and searching API. It is a port of the very popular Java Lucene text search engine API to C++.

python-rdflib 6.3.2
Propagated dependencies: python-html5lib@1.1 python-isodate@0.7.2 python-pyparsing@3.2.3
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://github.com/RDFLib/rdflib
Licenses: non-copyleft
Build system: pyproject
Synopsis: Python RDF library
Description:

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.

hdt-cpp 1.3.3-0.88110cc
Dependencies: serd@0.32.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://github.com/rdfhdt/hdt-cpp
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: C++ implementation of the HDT compression format
Description:

Header Dictionary Triples (HDT) is a compression format for RDF data that can also be queried for Triple Patterns. This package provides a C++ library as well as various command-line tools to to work with HDT.

python-pyrdfa3 3.6.2
Propagated dependencies: python-html5lib@1.1 python-rdflib@7.1.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://www.w3.org/2012/pyRdfa/
Licenses: Modified BSD
Build system: pyproject
Synopsis: RDFa Python distiller/parser library
Description:

This library can extract RDFa 1.1 from (X)HTML, SVG, or XML. It can produce serialized versions of the extracted graph, or an RDFLib Graph.

raptor2 2.0.16
Dependencies: curl@8.6.0 libxml2@2.14.6 libxslt@1.1.43 zlib@1.3.1
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://librdf.org/raptor/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: RDF syntax library
Description:

Raptor is a C library providing a set of parsers and serialisers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialise the triples into a syntax. The supported parsing syntaxes are RDF/XML, N-Quads, N-Triples 1.0 and 1.1, TRiG, Turtle 2008 and 2013, RDFa 1.0 and 1.1, RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, GRDDL and microformats for HTML, XHTML and XML. The serialising syntaxes are RDF/XML (regular, abbreviated, XMP), Turtle 2013, N-Quads, N-Triples 1.1, Atom 1.0, RSS 1.0, GraphViz DOT, HTML and JSON.

python-sparqlwrapper 2.0.0
Propagated dependencies: python-rdflib@7.1.1
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://rdflib.dev/sparqlwrapper/
Licenses: W3C Software Notice and License
Build system: pyproject
Synopsis: SPARQL Endpoint interface to Python
Description:

Python wrapper around a SPARQL service. It helps in creating the query URI and, possibly, convert the result into a more manageable format.

readline 8.2.13
Propagated dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/readline.scm (gnu packages readline)
Home page: https://savannah.gnu.org/projects/readline/
Licenses: GPL 3+
Build system: gnu
Synopsis: Edit command lines while typing, with history support
Description:

The GNU readline library allows users to edit command lines as they are typed in. It can maintain a searchable history of previously entered commands, letting you easily recall, edit and re-enter past commands. It features both Emacs-like and vi-like keybindings, making its usage comfortable for anyone.

readline 7.0.5
Propagated dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/readline.scm (gnu packages readline)
Home page: https://savannah.gnu.org/projects/readline/
Licenses: GPL 3+
Build system: gnu
Synopsis: Edit command lines while typing, with history support
Description:

The GNU readline library allows users to edit command lines as they are typed in. It can maintain a searchable history of previously entered commands, letting you easily recall, edit and re-enter past commands. It features both Emacs-like and vi-like keybindings, making its usage comfortable for anyone.

rlwrap 0.48
Dependencies: readline@8.2.13 libptytty@2.0
Channel: guix
Location: gnu/packages/readline.scm (gnu packages readline)
Home page: https://github.com/hanslub42/rlwrap
Licenses: GPL 2+
Build system: gnu
Synopsis: Wrapper to allow the editing of keyboard commands
Description:

Rlwrap is a 'readline wrapper', a small utility that uses the GNU readline library to allow the editing of keyboard input for any command. You should consider rlwrap especially when you need user-defined completion (by way of completion word lists) and persistent history, or if you want to program `special effects' using the filter mechanism.

rednotebook 2.41
Dependencies: bash-minimal@5.2.37 gtk+@3.24.51 gtksourceview@3.24.11 python-pyyaml@6.0.2 python-pygobject@3.50.2 webkitgtk-for-gtk3@2.50.3
Channel: guix
Location: gnu/packages/rednotebook.scm (gnu packages rednotebook)
Home page: https://www.rednotebook.app
Licenses: GPL 2+ LGPL 3+ GPL 3+
Build system: pyproject
Synopsis: Daily journal with calendar, templates and keyword searching
Description:

RedNotebook is a modern desktop journal. It lets you format, tag and search your entries. You can also add pictures, links and customizable templates, spell check your notes, and export to plain text, HTML, Latex or PDF.

re2 2022-12-01
Channel: guix
Location: gnu/packages/regex.scm (gnu packages regex)
Home page: https://github.com/google/re2
Licenses: Modified BSD
Build system: gnu
Synopsis: Fast, safe, thread-friendly regular expression engine
Description:

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl and Python. It is a C++ library.

tre 0.9.0
Channel: guix
Location: gnu/packages/regex.scm (gnu packages regex)
Home page: https://laurikari.net/tre
Licenses: FreeBSD
Build system: gnu
Synopsis: Approximate regex matching library and agrep utility
Description:

Superset of the POSIX regex API, enabling approximate matching. Also ships a version of the agrep utility which behaves similar to grep but features inexact matching.

re2 2024-07-02
Propagated dependencies: abseil-cpp@20250814.1
Channel: guix
Location: gnu/packages/regex.scm (gnu packages regex)
Home page: https://github.com/google/re2
Licenses: Modified BSD
Build system: cmake
Synopsis: Fast, safe, thread-friendly regular expression engine
Description:

RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl and Python. It is a C++ library.

enki 2.0pre-0.afd2d8e
Dependencies: sdl2@2.30.8
Propagated dependencies: qtbase@5.15.17 mesa@26.0.2
Channel: guix
Location: gnu/packages/robotics.scm (gnu packages robotics)
Home page: https://github.com/enki-community/enki/
Licenses: GPL 2+
Build system: cmake
Synopsis: Robot simulator
Description:

Enki is a robot simulator written in C++. It provides collision and limited physics support for robots evolving on a flat surface. On a contemporary desktop computer, Enki is able to simulate groups of robots hundred times faster than real-time.

fusion 1.2.9
Channel: guix
Location: gnu/packages/robotics.scm (gnu packages robotics)
Home page: https://github.com/xioTechnologies/Fusion
Licenses: Expat
Build system: cmake
Synopsis: Sensor fusion library for embedded systems
Description:

Fusion is a sensor fusion library implementing the Attitude and Heading Reference System (AHRS) algorithm, which combines available gyroscope, accelerometer, and magnetometer data into a single measurement of orientation relative to the Earth.

rochpl 7.0.2
Dependencies: rocm-hip-runtime@7.1.1 rocblas@7.1.1 libomp-rocm@7.1.1 openmpi-rocm@5.0.10
Channel: guix
Location: gnu/packages/rocm-apps.scm (gnu packages rocm-apps)
Home page: https://github.com/ROCm/rocHPL
Licenses: Original BSD Modified BSD
Build system: cmake
Synopsis: Linear algebra benchmark for AMD GPUs
Description:

rocHPL is a benchmark based on the HPL benchmark, a reference linear-algebra benchmark, implemented on top of AMD's Radeon Open Compute (ROCm) platform. rocHPL is created using the HIP programming language and optimized for AMD's discrete GPUs.

rocprim 7.1.1
Dependencies: rocm-hip-runtime@7.1.1
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat
Build system: cmake
Synopsis: Header-only library providing HIP parallel primitives
Description:

The rocPRIM is a header-only library providing HIP parallel primitives for developing performant GPU-accelerated code on the AMD ROCm platform.

rocsparse 7.1.1
Dependencies: rocm-hip-runtime@7.1.1 rocprim@7.1.1
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat Modified BSD
Build system: cmake
Synopsis: Sparse linear algebra library for ROCm
Description:

This package exposes a sparse BLAS interface for ROCm. It is implemented in the HIP programming language.

hipsolver 7.1.1
Dependencies: rocblas@7.1.1 rocm-hip-runtime@7.1.1 rocsolver@7.1.1 rocsparse@7.1.1 suitesparse-config@7.10.2 suitesparse-cholmod@5.3.2
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat
Build system: cmake
Synopsis: LAPACK library with multiple supported backends
Description:

This package contains a wrapper library for LAPACK on GPUs, in particular via rocSOLVER for AMD GPUs.

mxdatagenerator 7.1.1
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/hipBLASLt
Licenses: Expat
Build system: cmake
Synopsis: Library for generating AMD GPU kernel assembly
Description:

This package contains a library for generating and analyzing AMD GPU assembly kernels.

tensile 7.1.1
Propagated dependencies: msgpack@3.3.0 python-msgpack@1.1.2 python-pyyaml@6.0.2 python-joblib@1.5.2 python-rich@14.3.3
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat
Build system: pyproject
Synopsis: GEMM kernel generator for AMD GPUs
Description:

Tensile is a tool for creating benchmark-driven backend libraries for GEMMs, GEMM-like problems (such as batched GEMM), and general N-dimensional tensor contractions on a GPU. The Tensile library is mainly used as backend library to rocBLAS. Tensile acts as the performance backbone for a wide variety of compute applications running on AMD GPUs.

hipsparse 7.1.1
Dependencies: googletest@1.17.0 gfortran@14.3.0 rocm-hip-runtime@7.1.1 rocsparse@7.1.1
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat
Build system: cmake
Synopsis: Sparse linear algebra library with multiple supported backends
Description:

This package contains a wrapper library for sparse linear algebra on GPUs, in particular via rocSPARSE for AMD GPUs.

rocblas 7.1.1
Dependencies: rocm-hip-runtime@7.1.1 hipblas-common@7.1.1 hipblaslt@7.1.1 msgpack-cxx@7.0.0 python@3.12.12 roctracer@7.1.1 tensile@7.1.1
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat Modified BSD
Build system: cmake
Synopsis: BLAS implementation for ROCm
Description:

rocBLAS is the ROCm Basic Linear Algebra Subprograms (BLAS) library. It is implemented in the HIP programming language.

Total packages: 32521