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

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.


autoconf 2.71
Dependencies: bash-minimal@5.2.37 m4@1.4.19 perl@5.36.0
Channel: guix
Location: gnu/packages/autotools.scm (gnu packages autotools)
Home page: https://www.gnu.org/software/autoconf/
Licenses: GPL 3+
Build system: gnu
Synopsis: Create source code configuration scripts
Description:

Autoconf offers the developer a robust set of M4 macros which expand into shell code to test the features of Unix-like systems and to adapt automatically their software package to these systems. The resulting shell scripts are self-contained and portable, freeing the user from needing to know anything about Autoconf or M4.

autobuild 5.3
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/autotools.scm (gnu packages autotools)
Home page: https://josefsson.org/autobuild/
Licenses: GPL 3+
Build system: gnu
Synopsis: Process generated build logs
Description:

Autobuild is a package that processes build logs generated when building software. Autobuild is primarily focused on packages using Autoconf and Automake, but can be used with other build systems too. Autobuild generates an HTML summary file, containing links to each build log. The summary includes project name, version, build hostname, host type (cross compile aware), date of build, and indication of success or failure. The output is indexed in many ways to simplify browsing.

autoconf 2.68
Dependencies: bash-minimal@5.2.37 m4@1.4.19 perl@5.36.0
Channel: guix
Location: gnu/packages/autotools.scm (gnu packages autotools)
Home page: https://www.gnu.org/software/autoconf/
Licenses: GPL 3+
Build system: gnu
Synopsis: Create source code configuration scripts
Description:

Autoconf offers the developer a robust set of M4 macros which expand into shell code to test the features of Unix-like systems and to adapt automatically their software package to these systems. The resulting shell scripts are self-contained and portable, freeing the user from needing to know anything about Autoconf or M4.

autoconf 2.69
Dependencies: bash-minimal@5.2.37 m4@1.4.19 perl@5.36.0
Channel: guix
Location: gnu/packages/autotools.scm (gnu packages autotools)
Home page: https://www.gnu.org/software/autoconf/
Licenses: GPL 3+
Build system: gnu
Synopsis: Create source code configuration scripts
Description:

Autoconf offers the developer a robust set of M4 macros which expand into shell code to test the features of Unix-like systems and to adapt automatically their software package to these systems. The resulting shell scripts are self-contained and portable, freeing the user from needing to know anything about Autoconf or M4.

config 0.0.0-1.c8ddc84
Channel: guix
Location: gnu/packages/autotools.scm (gnu packages autotools)
Home page: https://savannah.gnu.org/projects/config
Licenses: GPL 2+
Build system: gnu
Synopsis: Ubiquitous config.guess and config.sub scripts
Description:

The `config.guess' script tries to guess a canonical system triple, and `config.sub' validates and canonicalizes. These are used as part of configuration in nearly all GNU packages (and many others).

libtool 2.4.7
Propagated dependencies: m4@1.4.19
Channel: guix
Location: gnu/packages/autotools.scm (gnu packages autotools)
Home page: https://www.gnu.org/software/libtool/
Licenses: GPL 3+
Build system: gnu
Synopsis: Generic shared library support tools
Description:

GNU Libtool helps in the creation and use of shared libraries, by presenting a single consistent, portable interface that hides the usual complexity of working with shared libraries across platforms.

simavr 1.8
Dependencies: bash-minimal@5.2.37 libelf@0.8.13 freeglut@3.4.0
Propagated dependencies: avr-toolchain@14.3.0
Channel: guix
Location: gnu/packages/avr-xyz.scm (gnu packages avr-xyz)
Home page: https://github.com/buserror/simavr
Licenses: GPL 3
Build system: gnu
Synopsis: Lean, mean and hackable simulator for AVR CPUs/MCUs
Description:

simavr is a new AVR simulator for GNU/Linux or any platform that uses avr-gcc. It uses avr-gcc's own register definition to simplify creating new targets for supported AVR devices. The core was made to be small and compact, and hackable so allow quick prototyping of an AVR project. The AVR core is now stable for use with parts with <= 128KB flash, and with preliminary support for the bigger parts. The simulator loads ELF files directly, and there is even a way to specify simulation parameterps directly in the emulated code using an .elf section. You can also load multipart HEX files.

lufa-hid-bootloader-cli 210130
Dependencies: libusb-compat@0.1.8
Channel: guix
Location: gnu/packages/avr-xyz.scm (gnu packages avr-xyz)
Home page: https://www.lufa-lib.org/
Licenses: GPL 3
Build system: gnu
Synopsis: Firmware uploader for the LUFA HID bootloader
Description:

The LUFA HID loader program communicates with the LUFA HID bootloader to upload new firmware.

microscheme 0.9.4
Channel: guix
Location: gnu/packages/avr-xyz.scm (gnu packages avr-xyz)
Home page: https://github.com/ryansuchocki/microscheme/
Licenses: Expat
Build system: gnu
Synopsis: Scheme subset for Atmel microcontrollers
Description:

Microscheme, or (ms) for short, is a functional programming language for the Arduino, and for Atmel 8-bit AVR microcontrollers in general. Microscheme is a subset of Scheme, in the sense that every valid (ms) program is also a valid Scheme program (with the exception of Arduino hardware-specific primitives). The (ms) compiler performs function inlining, and features an aggressive tree-shaker, eliminating unused top-level definitions. Microscheme has a robust Foreign Function Interface (FFI) meaning that C code may be invoked directly from (ms) programs.

lufa 210130
Channel: guix
Location: gnu/packages/avr-xyz.scm (gnu packages avr-xyz)
Home page: https://www.lufa-lib.org/
Licenses: Expat
Build system: gnu
Synopsis: Lightweight USB Framework for AVRs
Description:

UFA is a simple to use, lightweight framework which sits atop the hardware USB controller in specific AVR microcontroller models, and allows for the quick and easy creation of complex USB devices and hosts. This package contains the user-submitted projects and bootloaders for use with compatible microcontroller models, as well as the demos and the documentation.

ksoloti-runtime 1.1.0-0.b7ae475
Dependencies: make@4.4.1 arm-none-eabi-nano-toolchain@9-2020-q2-update-1.13861a8 dfu-util@0.11
Channel: guix
Location: gnu/packages/axoloti.scm (gnu packages axoloti)
Home page: https://ksoloti.github.io/
Licenses: GPL 3+
Build system: gnu
Synopsis: Audio development environment for the Ksoloti board
Description:

Ksoloti is an environment for generating and processing digital audio. It can be a programmable virtual modular synthesizer, polysynth, drone box, sequencer, chord generator, multi effect, sample player, looper, granular sampler, MIDI generator/processor, CV or trigger generator, anything in between, and more.

The Ksoloti Core is a rework of the discontinued Axoloti Core board. In short, Ksoloti aims for maximum compatibility with the original Axoloti, but with some layout changes and added features.

This package provides the runtime.

ksoloti-patcher 1.1.0-0.b7ae475
Dependencies: openjdk@17.0.10 arm-none-eabi-nano-toolchain@9-2020-q2-update-1.13861a8 java-autocomplete@3.3.1 java-flatlaf@3.5.4 java-flatlaf-intellij-themes@3.5.4 java-jgit@4.2.0.201601211800-r java-jsch@0.1.55 java-marlin-renderer@0.9.4.8 java-rsyntaxtextarea@3.4.0 java-simple-xml@2.7.1 java-usb4java@1.3.0 java-slf4j-api@1.7.25 ksoloti-runtime@1.1.0-0.b7ae475
Channel: guix
Location: gnu/packages/axoloti.scm (gnu packages axoloti)
Home page: https://ksoloti.github.io/
Licenses: GPL 3+
Build system: gnu
Synopsis: Audio development environment for the Ksoloti board
Description:

Ksoloti is an environment for generating and processing digital audio. It can be a programmable virtual modular synthesizer, polysynth, drone box, sequencer, chord generator, multi effect, sample player, looper, granular sampler, MIDI generator/processor, CV or trigger generator, anything in between, and more.

The Ksoloti Core is a rework of the discontinued Axoloti Core board. In short, Ksoloti aims for maximum compatibility with the original Axoloti, but with some layout changes and added features.

This package provides the patcher application.

axoloti-patcher 1.0.12-2
Dependencies: icedtea@3.19.0 arm-none-eabi-nano-toolchain@4.9.4-1.227977 java-simple-xml@2.7.1 java-rsyntaxtextarea@3.4.0 java-usb4java@1.3.0 java-jsch@0.1.55 java-slf4j-api@1.7.25 java-jgit@4.2.0.201601211800-r axoloti-runtime@1.0.12-2
Channel: guix
Location: gnu/packages/axoloti.scm (gnu packages axoloti)
Home page: http://www.axoloti.com/
Licenses: GPL 3+
Build system: gnu
Synopsis: Audio development environment for the Axoloti core board
Description:

The Axoloti patcher offers a “patcher” environment similar to Pure Data for sketching digital audio algorithms. The patches run on a standalone powerful microcontroller board: Axoloti Core. This package provides the patcher application.

axoloti-runtime 1.0.12-2
Dependencies: make@4.4.1 arm-none-eabi-nano-toolchain@4.9.4-1.227977 axoloti-dfu-util@0.8
Channel: guix
Location: gnu/packages/axoloti.scm (gnu packages axoloti)
Home page: http://www.axoloti.com/
Licenses: GPL 3+
Build system: gnu
Synopsis: Audio development environment for the Axoloti core board
Description:

The Axoloti patcher offers a “patcher” environment similar to Pure Data for sketching digital audio algorithms. The patches run on a standalone powerful microcontroller board: Axoloti Core. This package provides the runtime.

wimlib 1.14.1
Dependencies: fuse@3.18.1 libxml2@2.14.6 ntfs-3g@2022.10.3 openssl@3.5.5
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://wimlib.net/
Licenses: GPL 3+ LGPL 3+ CC0
Build system: gnu
Synopsis: WIM file manipulation library and utilities
Description:

wimlib is a C library and set of command-line utilities for creating, modifying, extracting, and mounting archives in the Windows Imaging Format (WIM files). It can capture and apply WIMs directly from and to NTFS volumes using ntfs-3g, preserving NTFS-specific attributes.

dirvish 1.2.1
Dependencies: bash-minimal@5.2.37 perl@5.36.0 rsync@3.4.4 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.

grsync 1.3.1
Dependencies: gtk+@3.24.51
Propagated dependencies: rsync@3.4.4
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.

burp 3.2.0
Dependencies: acl@2.3.1 libxcrypt@4.4.38 librsync@2.3.4 ncurses@6.2.20210619 openssl@3.5.5 uthash@2.1.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://burp.grke.org
Licenses: AGPL 3
Build system: gnu
Synopsis: Differential backup and restore
Description:

Burp is a network backup and restore program. It attempts to reduce network traffic and the amount of space that is used by each backup.

vorta 0.11.3
Dependencies: borg@1.4.4 python-appdirs@1.4.4 python-dateutil@2.9.0 python-keyring@25.7.0 python-paramiko@4.0.0 python-peewee@3.18.2 python-psutil@7.2.2 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.

borgmatic 2.1.5
Dependencies: borg@1.4.4 python-apprise@1.9.4 python-jsonschema@4.23.0 python-requests@2.32.5 python-ruamel.yaml@0.18.14
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://torsion.org/borgmatic/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Simple, configuration-driven backup software
Description:

borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services. borgmatic is powered by borg.

hdup 2.0.14
Dependencies: glib@2.86.0 tar@1.35 lzop@1.04 mcrypt@2.6.8 openssh@10.3p1 gnupg@1.4.23
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: http://web.archive.org/web/20150925223424/http://archive.miek.nl/projects/hdup/index.html
Licenses: GPL 2
Build system: gnu
Synopsis: Simple incremental backup tool
Description:

Hdup2 is a backup utility, its aim is to make backup really simple. The backup scheduling is done by means of a cron job. It supports an include/exclude mechanism, remote backups, encrypted backups and split backups (called chunks) to allow easy burning to CD/DVD.

restic-rest-server 0.13.0
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://github.com/restic/rest-server
Licenses: FreeBSD
Build system: go
Synopsis: Restic REST server
Description:

The Restic REST server is a high performance HTTP server that implements restic's REST backend API. It provides a secure and efficient way to backup data remotely, using the restic backup client and a rest: URL.

disarchive 0.6.0
Dependencies: guile@3.0.9 zlib@1.3.1
Propagated dependencies: guile-bzip2@0.1.0 guile-gcrypt@0.5.0 guile-lzma@0.1.1
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://ngyro.com/software/disarchive.html
Licenses: GPL 3+
Build system: gnu
Synopsis: Software archive disassembler
Description:

Disarchive can disassemble software archives into data and metadata. The goal is to create a small amount of metadata that can be used to recreate a software archive bit-for-bit from the original files. For example, a software archive made using tar and Gzip will need to describe the order of files in the tarball and the compression parameters used by Gzip.

par2cmdline 0.8.1
Channel: guix
Location: gnu/packages/backup.scm (gnu packages backup)
Home page: https://github.com/Parchive/par2cmdline
Licenses: GPL 3+
Build system: gnu
Synopsis: File verification and repair tools
Description:

Par2cmdline uses Reed-Solomon error-correcting codes to generate and verify PAR2 recovery files. These files can be distributed alongside the source files or stored together with back-ups to protect against transmission errors or bit rot, the degradation of storage media over time. Unlike a simple checksum, PAR2 doesn't merely detect errors: as long as the damage isn't too extensive (and smaller than the size of the recovery file), it can even repair them.

Page: 135363738391356
Total packages: 32521