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

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.


coreutils-minimal 9.1
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/coreutils/
Licenses: GPL 3+
Build system: gnu
Synopsis: Core GNU utilities (file, text, shell)
Description:

GNU Coreutils package includes all of the basic command-line tools that are expected in a POSIX system, excluding shell. This package is the union of the GNU fileutils, sh-utils, and textutils packages. Most of these tools offer extended functionality beyond that which is outlined in the POSIX standard.

libbfd 2.44
Dependencies: bison@3.8.2 texinfo@6.8
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/binutils/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU BFD library for operating on object files
Description:

This package provides a standalone shared library version of BFD, which is otherwise distributed and installed as part of the Binutils package release.

diffutils 3.12
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/diffutils/
Licenses: GPL 3+
Build system: gnu
Synopsis: Comparing and merging files
Description:

GNU Diffutils is a package containing tools for finding the differences between files. The "diff" command is used to show how two files differ, while "cmp" shows the offsets and line numbers where they differ. "diff3" allows you to compare three files. Finally, "sdiff" offers an interactive means to merge two files.

libiconv 1.18
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/libiconv/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Character set conversion library
Description:

libiconv provides an implementation of the iconv function for systems that lack it. iconv is used to convert between character encodings in a program. It supports a wide variety of different encodings.

patch 2.8
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://savannah.gnu.org/projects/patch/
Licenses: GPL 3+
Build system: gnu
Synopsis: Apply differences to originals, with optional backups
Description:

Patch is a program that applies changes to files based on differences laid out as by the program "diff". The changes may be applied to one or more files depending on the contents of the diff file. It accepts several different diff formats. It may also be used to revert previously applied differences.

glibc-hurd-headers 2.41
Dependencies: bash-static@5.2.37
Propagated dependencies: gnumach-headers@1.8+git20250731 hurd-headers@0.9.git20251029
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.

sed 4.9
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/sed/
Licenses: GPL 3+
Build system: gnu
Synopsis: Stream editor
Description:

Sed is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to the stream and prints its output to standard output. It is often used for substituting text patterns in a stream. The GNU implementation offers several extensions over the standard utility.

findutils 4.10.0
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/findutils/
Licenses: GPL 3+
Build system: gnu
Synopsis: Operating on files matching given criteria
Description:

Findutils supplies the basic file directory searching utilities of the GNU system. It consists of two primary searching utilities: "find" recursively searches for files in a directory according to given criteria and "locate" lists files in a database that match a query. Two auxiliary tools are included: "updatedb" updates the file name database and "xargs" may be used to apply commands with arbitrarily long arguments.

glibc-locales-2.33 2.33
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: All the locales supported by the GNU C Library
Description:

This package provides all the locales supported by the GNU C Library, more than 400 in total. To use them set the LOCPATH environment variable to the share/locale sub-directory of this package.

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

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.

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-ctypes 1.2
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-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-unit 2.3.2
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.

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

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

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.

Total packages: 69245