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

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.

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.

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++.

redland 1.0.17-0.3ec9bda
Dependencies: bdb@6.2.32
Propagated dependencies: rasqal@0.9.33
Channel: guix
Location: gnu/packages/rdf.scm (gnu packages rdf)
Home page: https://librdf.org/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: RDF library
Description:

The Redland RDF Library (librdf) provides the RDF API and triple stores.

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.

python-rdflib 7.1.1
Propagated dependencies: python-isodate@0.7.2 python-lxml@6.0.1 python-networkx@3.4.2 python-orjson@3.9.7 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.

re2c 4.2
Channel: guix
Location: gnu/packages/re2c.scm (gnu packages re2c)
Home page: https://re2c.org/
Licenses: Public Domain
Build system: gnu
Synopsis: Lexer generator for C/C++
Description:

re2c generates minimalistic hard-coded state machine (as opposed to full-featured table-based lexers). A flexible API allows generated code to be wired into virtually any environment. Instead of exposing a traditional yylex() style API, re2c exposes its internals. Be sure to take a look at the examples, as they cover a lot of real-world cases and shed some light on dark corners of the re2c API.

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.

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.

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.

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 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.

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.

enki 2.0pre-0.afd2d8e
Dependencies: sdl2@2.30.8
Propagated dependencies: qtbase@5.15.17 mesa@25.2.3
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
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.

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.2.0
Channel: guix
Location: gnu/packages/rocm-libs.scm (gnu packages rocm-libs)
Home page: https://github.com/ROCm/rocm-libraries
Licenses: Expat
Build system: python
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.

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.11.14 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.

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.

hipblaslt 7.1.1
Dependencies: blis@0.9.0 hipblas-common@7.1.1 lapack@3.12.1 msgpack-cxx@7.0.0 rocm-hip-runtime@7.1.1 rocm-smi-lib@7.1.1 rocm-toolchain@7.1.1 roctracer@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: Flexible library for general matrix-matrix operations
Description:

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library.

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.

hipblas-common 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: Common files shared by hipBLAS and hipBLASLt
Description:

hipBLAS-common is a header-only library with common definitions for hipBLAS and hipBLASLt.

rocsolver 7.1.1
Dependencies: rocblas@7.1.1 rocm-hip-runtime@7.1.1 rocprim@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: FreeBSD
Build system: cmake
Synopsis: LAPACK implementation for ROCm
Description:

rocSOLVER is a partial implementation of the LAPACK functionality for ROCm. It is written in the HIP programming language.

Total packages: 70994