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

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.


python-cbor 1.0.0
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://github.com/brianolson/cbor_py
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Implementation of the Concise Binary Object Representation
Description:

Python-cbor provides an implementation of the Concise Binary Object Representation (CBOR). CBOR is comparable to JSON, has a superset of JSON's ability, but serializes to a binary format which is smaller and faster to generate and parse. The two primary functions are cbor.loads and cbor.dumps.

valijson 1.0.2
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://github.com/tristanpenman/valijson
Licenses: FreeBSD
Build system: cmake
Synopsis: JSON schema validation C++ header-only library
Description:

Valijson is a header-only JSON Schema validation library for C++11. It provides a simple validation API that allows loading JSON Schemas, and validate documents loaded by one of several supported parser libraries.

python-feather-format 0.4.1
Propagated dependencies: python-pandas@2.3.3 python-pyarrow@24.0.0
Channel: guix
Location: gnu/packages/serialization.scm (gnu packages serialization)
Home page: https://github.com/wesm/feather
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python wrapper to the Feather file format
Description:

This package provides a Python wrapper library to the Apache Arrow-based Feather binary columnar serialization data frame format.

serveez 0.3.0
Dependencies: guile@2.2.7
Channel: guix
Location: gnu/packages/serveez.scm (gnu packages serveez)
Home page: https://www.gnu.org/software/serveez/
Licenses: GPL 3+
Build system: gnu
Synopsis: Framework for implementing IP-based servers
Description:

GNU Serveez is a server framework providing the routines necessary to easily implement IP-based servers in your application. It demonstrates aspects of network programming in a portable manner, making it convenient for both simplifying the process of adding a server to your application or for learning about how network services work. Several example servers are provided already, such as an HTTP server and an IRC server.

rush 2.4
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.gnu.org/software/rush/
Licenses: GPL 3+
Build system: gnu
Synopsis: Restricted user (login) shell
Description:

GNU Rush is a restricted user shell, for systems on which users are to be provided with only limited functionality or resources. Administrators set user rights via a configuration file which can be used to limit, for example, the commands that can be executed, CPU time, or virtual memory usage.

oksh 7.5
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/ibara/oksh
Licenses: Public Domain ISC Modified BSD
Build system: gnu
Synopsis: Portable OpenBSD Korn Shell
Description:

Oksh is a portable OpenBSD ksh. Not an official OpenBSD project. Unlike other ports of OpenBSD ksh, this port is entirely self-contained and aims to be maximally portable across operating systems and C compilers.

s-shell 0.0.0-2.da2e5c2
Dependencies: linenoise@1.0-3.e26268d
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/rain-1/s
Licenses: Modified BSD
Build system: gnu
Synopsis: Extremely minimal shell with the simplest syntax possible
Description:

S is a new shell that aims to be extremely simple. It does not implement the POSIX shell standard.

There are no globs or "splatting" where a variable $FOO turns into multiple command line arguments. One token stays one token forever. This is a "no surprises" straightforward approach.

There are no redirection operators > in the shell language, they are added as extra programs. > is just another unix command, < is essentially cat(1). A andglob program is also provided along with s.

es 0.10.0
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://wryun.github.io/es-shell/
Licenses: Public Domain
Build system: gnu
Synopsis: Extensible shell with higher-order functions
Description:

Es is an extensible shell. The language was derived from the Plan 9 shell, rc, and was influenced by functional programming languages, such as Scheme, and the Tcl embeddable programming language. This implementation is derived from Byron Rakitzis's public domain implementation of rc, and was written by Paul Haahr and Byron Rakitzis.

scsh 0.7-0.4acf6e4
Dependencies: scheme48@1.9.3 scheme48-rx@0.0.0-2.dd9037f
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/scheme/scsh
Licenses: Modified BSD
Build system: gnu
Synopsis: Unix shell embedded in Scheme
Description:

Scsh is a Unix shell embedded in Scheme. Scsh has two main components: a process notation for running programs and setting up pipelines and redirections, and a complete syscall library for low-level access to the operating system.

tcsh 6.24.15
Dependencies: libxcrypt@4.4.38 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.tcsh.org/
Licenses: Original BSD
Build system: gnu
Synopsis: Unix shell based on csh
Description:

Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control and a C-like syntax.

xonsh 0.22.8
Dependencies: python-distro@1.9.0 python-ply@3.11 python-prompt-toolkit@3.0.51 python-pygments@2.19.2 python-pyperclip@1.9.0 python-setproctitle@1.3.7
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://xon.sh/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python-ish shell
Description:

Xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike.

fish 4.7.1
Dependencies: fish-foreign-env@0.20230823 ncurses@6.2.20210619 pcre2@10.42 python@3.12.12 rust-pcre2-utf32@0.2.9 rust-pcre2-utf32@0.2.9
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://fishshell.com/
Licenses: GPL 2
Build system: cmake
Synopsis: The friendly interactive shell
Description:

Fish (friendly interactive shell) is a shell focused on interactive use, discoverability, and friendliness. Fish has very user-friendly and powerful tab-completion, including descriptions of every completion, completion of strings with wildcards, and many completions for specific commands. It also has extensive and discoverable help. A special help command gives access to all the fish documentation in your web browser. Other features include smart terminal handling based on terminfo, an easy to search history, and syntax highlighting.

gash-utils 0.2.0
Dependencies: guile@3.0.9 gash@0.3.1
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://savannah.nongnu.org/projects/gash/
Licenses: GPL 3+
Build system: gnu
Synopsis: Core POSIX utilities written in Guile Scheme
Description:

Gash-Utils provides Scheme implementations of many common POSIX utilities (there are about 40 of them, ranging in complexity from false to awk). The utilities are designed to be capable of bootstrapping their standard GNU counterparts. Underpinning these utilities are many Scheme interfaces for manipulating files and text.

fish-foreign-env 0.20230823
Dependencies: bash@5.2.37 coreutils@9.1 sed@4.9
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/oh-my-fish/plugin-foreign-env
Licenses: Expat
Build system: trivial
Synopsis: Foreign environment interface for fish shell
Description:

fish-foreign-env wraps bash script execution in a way that environment variables that are exported or modified get imported back into fish.

gash 0.3.1
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://savannah.nongnu.org/projects/gash/
Licenses: GPL 3+
Build system: gnu
Synopsis: POSIX-compatible shell written in Guile Scheme
Description:

Gash is a POSIX-compatible shell written in Guile Scheme. It provides both the shell interface, as well as a Guile library for parsing shell scripts. Gash is designed to bootstrap Bash as part of the Guix bootstrap process.

rc 1.7.4
Dependencies: readline@8.2.13 perl@5.36.0
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/rakitzis/rc
Licenses: Zlib
Build system: gnu
Synopsis: Alternative implementation of the rc shell by Byron Rakitzis
Description:

This is a reimplementation by Byron Rakitzis of the Plan 9 shell. It has a small feature set similar to a traditional Bourne shell.

oils-for-unix 0.37.0
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://oils.pub
Licenses: ASL 2.0
Build system: gnu
Synopsis: Programming language and Bash-compatible Unix shell
Description:

Oils is a programming language with automatic translation for Bash. It includes OSH, a Unix/POSIX shell that runs unmodified Bash scripts and YSH is a legacy-free shell, with structured data for Python and JavaScript users who avoid shell.

zsh 5.9.1
Dependencies: ncurses@6.2.20210619 pcre@8.45 perl@5.36.0
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.zsh.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Powerful shell for interactive use and scripting
Description:

The Z shell (zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.

dash 0.5.12
Dependencies: libedit@20191231-3.1
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: http://gondor.apana.org.au/~herbert/dash
Licenses: Modified BSD GPL 2+
Build system: gnu
Synopsis: POSIX-compliant shell optimised for size
Description:

Dash is a POSIX-compliant /bin/sh implementation that aims to be as small as possible, often without sacrificing speed. It is faster than the GNU Bourne-Again Shell (bash) at most scripted tasks. Dash is a direct descendant of NetBSD's Almquist Shell (ash).

loksh 7.9
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/dimkr/loksh
Licenses: Public Domain
Build system: meson
Synopsis: Korn Shell from OpenBSD
Description:

loksh is a Linux port of OpenBSD's ksh. It is a small, interactive POSIX shell targeted at resource-constrained systems.

mksh 59c
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.mirbsd.org/mksh.htm
Licenses: MirOS ISC
Build system: gnu
Synopsis: Korn Shell from MirBSD
Description:

mksh is an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh).

linenoise 1.0-3.e26268d
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/antirez/linenoise
Licenses: FreeBSD
Build system: gnu
Synopsis: Minimal zero-config readline replacement
Description:

Linenoise is a minimal, zero-config, readline replacement. Its features include:

  1. Single and multi line editing mode with the usual key bindings

  2. History handling

  3. Completion

  4. Hints (suggestions at the right of the prompt as you type)

  5. A subset of VT100 escapes, ANSI.SYS compatible

shfmt 3.12.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/mvdan/sh
Licenses: Modified BSD
Build system: go
Synopsis: Shell formatter with bash support
Description:

This package provides a shell formatter. Supports POSIX Shell, Bash, and mksh.

zsh-vi-mode 0.11.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/jeffreytse/zsh-vi-mode
Licenses: Expat
Build system: copy
Synopsis: Plugin to improve vi keybindings in zsh
Description:

This package provides a zsh vimkey plugin with more features, which more closely matches the standard behavior of vim.

Total packages: 72465