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

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.


tzdata 2025a
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.iana.org/time-zones
Licenses: Public Domain
Build system: gnu
Synopsis: Database of current and historical time zones
Description:

The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules.

glibc 2.35
Dependencies: bash-static@5.2.37
Propagated dependencies: linux-libre-headers@6.12.17
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/libc/
Licenses: LGPL 2.0+
Build system: gnu
Synopsis: The GNU C Library
Description:

Any Unix-like operating system needs a C library: the library which defines the "system calls" and other basic facilities such as open, malloc, printf, exit...

The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.

bash-with-syslog 5.2.37
Dependencies: readline@8.2.13 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://www.gnu.org/software/bash/
Licenses: GPL 3+
Build system: gnu
Synopsis: The GNU Bourne-Again SHell
Description:

Bash is the shell, or command-line interpreter, of the GNU system. This variant logs the history to syslog.

bats 1.11.0
Dependencies: bash@5.2.37 coreutils@9.1 guile@3.0.9 grep@3.11
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://github.com/bats-core/bats-core/
Licenses: Expat
Build system: trivial
Synopsis: Bash Automated Testing System
Description:

Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bats is most useful when testing software written in Bash, but you can use it to test any UNIX program.

bash-static 5.2.37
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://www.gnu.org/software/bash/
Licenses: GPL 3+
Build system: gnu
Synopsis: The GNU Bourne-Again SHell, stripped down for non-interactive use
Description:

Bash is the shell, or command-line interpreter, of the GNU system. It is compatible with the Bourne Shell, but it also integrates useful features from the Korn Shell and the C Shell and new improvements of its own. It allows command-line editing, unlimited command history, shell functions and aliases, and job control while still allowing most sh scripts to be run without modification.

bash-ctypes 1.2-0.d8e1af5
Dependencies: elfutils@0.192 libelf@0.8.13 libffi@3.4.6 zlib@1.3.1 bash@5.2.37
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://github.com/taviso/ctypes.sh
Licenses: Expat
Build system: gnu
Synopsis: Foreign function interface for Bash
Description:

Bash-ctypes is a Bash plugin that provides a foreign function interface (FFI) directly in your shell. In other words, it allows you to call routines in shared libraries from within Bash.

bash-unit 2.3.3
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://github.com/pgrange/bash_unit
Licenses: GPL 3+
Build system: copy
Synopsis: Bash unit testing framework
Description:

bash_unit allows you to write unit tests, run them and, in case of failure, display the stack trace with source file and line number indications to locate the problem.

bash-minimal 5.2.37
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://www.gnu.org/software/bash/
Licenses: GPL 3+
Build system: gnu
Synopsis: The GNU Bourne-Again SHell, stripped down for non-interactive use
Description:

Bash is the shell, or command-line interpreter, of the GNU system. It is compatible with the Bourne Shell, but it also integrates useful features from the Korn Shell and the C Shell and new improvements of its own. It allows command-line editing, unlimited command history, shell functions and aliases, and job control while still allowing most sh scripts to be run without modification.

blesh 0.4.0-devel3
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://github.com/akinomyoga/ble.sh
Licenses: Modified BSD
Build system: gnu
Synopsis: Bash Line Editor
Description:

Bash Line Editor (ble.sh) is a command line editor written in pure Bash which replaces the default GNU Readline. It adds syntax highlighting, auto suggestions, vim modes, and more to Bash interactive sessions.

bash 5.2.37
Dependencies: readline@8.2.13 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://www.gnu.org/software/bash/
Licenses: GPL 3+
Build system: gnu
Synopsis: The GNU Bourne-Again SHell
Description:

Bash is the shell, or command-line interpreter, of the GNU system. It is compatible with the Bourne Shell, but it also integrates useful features from the Korn Shell and the C Shell and new improvements of its own. It allows command-line editing, unlimited command history, shell functions and aliases, and job control while still allowing most sh scripts to be run without modification.

bash-tap 1.0.2
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://www.illusori.co.uk/projects/bash-tap/
Licenses: Expat
Build system: gnu
Synopsis: Bash port of a Test::More/Test::Builder-style TAP-compliant test library
Description:

Bash TAP is a TAP-compliant Test::More-style testing library for Bash shell scripts and functions. Along with the Test::More-style testing helpers it provides helper functions for mocking commands and in-process output capturing.

bash-completion 2.11
Channel: guix
Location: gnu/packages/bash.scm (gnu packages bash)
Home page: https://github.com/scop/bash-completion
Licenses: GPL 2+
Build system: gnu
Synopsis: Bash completions for common commands
Description:

This package provides extensions that allow Bash to provide adapted completion for many common commands.

java-libbatik 1.16
Channel: guix
Location: gnu/packages/batik.scm (gnu packages batik)
Home page: https://xmlgraphics.apache.org/batik/
Licenses: ASL 2.0
Build system: ant
Synopsis: Java based toolkit for Scalable Vector Graphics
Description:

Batik is a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation or manipulation.

java-w3c-smil 3.0
Channel: guix
Location: gnu/packages/batik.scm (gnu packages batik)
Home page: https://www.w3.org/Style/CSS/SAC/
Licenses: W3C Software Notice and License
Build system: ant
Synopsis: W3C SAC interface for CSS parsers in Java
Description:

This package provides a SAC interface by the W3C. SAC is an interface for CSS parsers.

java-w3c-svg 20110816
Channel: guix
Location: gnu/packages/batik.scm (gnu packages batik)
Home page: https://www.w3.org/Style/CSS/SAC/
Licenses: W3C Software Notice and License
Build system: ant
Synopsis: W3C SVG interface
Description:

This package provides a SVG interface.

java-w3c-sac 1.3
Channel: guix
Location: gnu/packages/batik.scm (gnu packages batik)
Home page: https://www.w3.org/Style/CSS/SAC/
Licenses: W3C Software Notice and License
Build system: ant
Synopsis: W3C SAC interface for CSS parsers in Java
Description:

This package provides a SAC interface by the W3C. SAC is an interface for CSS parsers.

java-xmlgraphics-commons 2.6
Propagated dependencies: java-commons-io@2.5 java-commons-logging-minimal@1.2
Channel: guix
Location: gnu/packages/batik.scm (gnu packages batik)
Home page: https://xmlgraphics.apache.org/commons/
Licenses: ASL 2.0
Build system: ant
Synopsis: XMLGraphics constants
Description:

This package provides XMLGraphics constants (originally from batik).

java-w3c-svg 20010904
Propagated dependencies: java-w3c-smil@3.0
Channel: guix
Location: gnu/packages/batik.scm (gnu packages batik)
Home page: https://www.w3.org/Style/CSS/SAC/
Licenses: W3C Software Notice and License
Build system: ant
Synopsis: W3C SVG 1.0 interface
Description:

This package provides a SVG 1.0 interface.

libgc-back-pointers 8.2.8
Channel: guix
Location: gnu/packages/bdw-gc.scm (gnu packages bdw-gc)
Home page: https://www.hboehm.info/gc/
Licenses: X11-style
Build system: gnu
Synopsis: The BDW garbage collector, with back-pointer tracking
Description:

The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed.

The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface.

Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal.

libatomic-ops 7.8.2
Channel: guix
Location: gnu/packages/bdw-gc.scm (gnu packages bdw-gc)
Home page: https://github.com/bdwgc/libatomic_ops/
Licenses: GPL 2+
Build system: gnu
Synopsis: Accessing hardware atomic memory update operations
Description:

This C library provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures. These might allow you to write code that does more interesting things in signal handlers, write lock-free code, experiment with thread programming paradigms, etc.

libgc 8.2.8
Channel: guix
Location: gnu/packages/bdw-gc.scm (gnu packages bdw-gc)
Home page: https://www.hboehm.info/gc/
Licenses: X11-style
Build system: gnu
Synopsis: The Boehm-Demers-Weiser conservative garbage collector for C and C++
Description:

The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed.

The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface.

Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal.

libgc 7.6.12
Propagated dependencies: libatomic-ops@7.8.2
Channel: guix
Location: gnu/packages/bdw-gc.scm (gnu packages bdw-gc)
Home page: https://www.hboehm.info/gc/
Licenses: X11-style
Build system: gnu
Synopsis: The Boehm-Demers-Weiser conservative garbage collector for C and C++
Description:

The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed.

The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface.

Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal.

sysbench 1.0.20
Dependencies: ck@0.7.1 libaio@0.3.113 luajit@v2.1-0.04dca79 mariadb@10.11.14 postgresql@14.20
Channel: guix
Location: gnu/packages/benchmark.scm (gnu packages benchmark)
Home page: https://github.com/akopytov/sysbench/
Licenses: GPL 2+
Build system: gnu
Synopsis: Scriptable database and system performance benchmark
Description:

sysbench is a scriptable multi-threaded benchmark tool based on LuaJIT. It is most frequently used for database benchmarks, but can also be used to create arbitrarily complex workloads that do not involve a database server. sysbench comes with the following bundled benchmarks:

oltp_*.lua

A collection of OLTP-like database benchmarks.

fileio

A filesystem-level benchmark.

cpu

A simple CPU benchmark.

memory

A memory access benchmark.

threads

A thread-based scheduler benchmark.

mutex

A POSIX mutex benchmark.

It includes features such as:

  • Extensive statistics about rate and latency is available, including latency percentiles and histograms.

  • Low overhead even with thousands of concurrent threads. sysbench is capable of generating and tracking hundreds of millions of events per second.

  • New benchmarks can be easily created by implementing pre-defined hooks in user-provided Lua scripts.

babelstream-hip 5.0
Dependencies: rocm-hip-runtime@7.1.1 lld-rocm@7.1.1 llvm-rocm@7.1.1
Channel: guix
Location: gnu/packages/benchmark.scm (gnu packages benchmark)
Home page: https://github.com/UoB-HPC/BabelStream.git
Licenses: FSF-free
Build system: cmake
Synopsis: Memory bandwidth benchmark for AMD GPUs
Description:

The BabelStream benchmark measures memory transfer rates between main memory and GPUs. This benchmark is similar in spirit, and based on, John D. McCalpin's STREAM benchmark for CPUs. The version of BabelStream is built targeting AMD GPUs using HIP.

Total packages: 73955