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

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.


dump 0.4b47
Dependencies: openssl@3.0.8 zlib@1.3.1 util-linux@2.40.4 e2fsprogs@1.47.2
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://dump.sourceforge.io/
Licenses: Modified BSD
Build system: gnu
Synopsis: Ext2/3/4 file system dump/restore utilities
Description:

Dump examines files in a file system, determines which ones need to be backed up, and copies those files to a specified disk, tape or other storage medium. Subsequent incremental backups can then be layered on top of the full backup. The restore command performs the inverse function of dump; it can restore a full backup of a file system. Single files and directory subtrees may also be restored from full or partial backups in interactive mode.

rdup 1.1.15
Dependencies: glib@2.86.0 pcre@8.45 libarchive@3.7.7 mcrypt@2.6.8
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://github.com/miekg/rdup
Licenses: GPL 3+
Build system: gnu
Synopsis: Provide a list of files to backup
Description:

Rdup is a utility inspired by rsync and the plan9 way of doing backups. Rdup itself does not backup anything, it only print a list of absolute file names to standard output. Auxiliary scripts are needed that act on this list and implement the backup strategy.

vorta 0.11.3
Dependencies: borg@1.4.3 python-appdirs@1.4.4 python-dateutil@2.9.0 python-keyring@23.9.3 python-paramiko@4.0.0 python-peewee@3.18.2 python-psutil@7.0.0 python-pyqt@6.9.1 python-secretstorage@3.3.3 qtsvg@6.9.2
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://vorta.borgbase.com
Licenses: GPL 3+
Build system: pyproject
Synopsis: Graphical backup client based on BorgBackup
Description:

Vorta is a graphical backup client based on the Borg backup tool. It supports the use of remote backup repositories. It can perform scheduled backups, and has a graphical tool for browsing and extracting the Borg archives.

grsync 1.3.1
Dependencies: gtk+@3.24.51
Propagated dependencies: rsync@3.4.1
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://www.opbyte.it/grsync/
Licenses: GPL 2
Build system: gnu
Synopsis: GTK frontend for rsync
Description:

Grsync is a simple graphical interface using GTK for the rsync command line program. It currently supports only a limited set of the most important rsync features, but can be used effectively for local directory synchronization.

dirvish 1.2.1
Dependencies: bash-minimal@5.2.37 perl@5.36.0 rsync@3.4.1 perl-libtime-period@1.20 perl-libtime-parsedate@2015.103
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: http://dirvish.org/
Licenses: FSF-free
Build system: gnu
Synopsis: Fast, disk based, rotating network backup system
Description:

With dirvish you can maintain a set of complete images of your file systems with unattended creation and expiration. A dirvish backup vault is like a time machine for your data.

which 2.21
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://gnu.org/software/which/
Licenses: GPL 3+
Build system: gnu
Synopsis: Find full path of shell commands
Description:

The which program finds the location of executables in PATH, with a variety of options. It is an alternative to the shell "type" built-in command.

hello 2.12.2
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/hello/
Licenses: GPL 3+
Build system: gnu
Synopsis: Example GNU package
Description:

GNU Hello prints the message "Hello, world!" and then exits. It serves as an example of standard GNU coding practices. As such, it supports command-line arguments, multiple languages, and so on.

glibc-locales-2.35 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: 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.

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

make 4.2.1
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/make/
Licenses: GPL 3+
Build system: gnu
Synopsis: Remake files automatically
Description:

Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.

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.

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.

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.

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.

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.

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

glibc-locales 2.41
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.

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

binutils 2.33.1
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: Binary utilities: bfd gas gprof ld
Description:

GNU Binutils is a collection of tools for working with binary files. Perhaps the most notable are "ld", a linker, and "as", an assembler. Other tools include programs to display binary profiling information, list the strings in a binary file, and utilities for working with archives. The "bfd" library for working with executable and object formats is also included.

coreutils 9.1
Dependencies: acl@2.3.1 attr@2.5.1 gmp@6.3.0 libcap@2.64
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.

make 4.4.1
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/make/
Licenses: GPL 3+
Build system: gnu
Synopsis: Remake files automatically
Description:

Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.

tar 1.35
Channel: guix
Location: gnu/packages/base.scm (gnu packages base)
Home page: https://www.gnu.org/software/tar/
Licenses: GPL 3+
Build system: gnu
Synopsis: Managing tar archives
Description:

Tar provides the ability to create tar archives, as well as the ability to extract, update or list files in an existing archive. It is useful for combining many files into one larger file, while maintaining directory structure and file information such as permissions and creation/modification dates. GNU tar offers many extensions over the standard utility.

binutils 2.44
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: Binary utilities: bfd gas gprof ld
Description:

GNU Binutils is a collection of tools for working with binary files. Perhaps the most notable are "ld", a linker, and "as", an assembler. Other tools include programs to display binary profiling information, list the strings in a binary file, and utilities for working with archives. The "bfd" library for working with executable and object formats is also included.

Page: 135363738391301
Total packages: 31209