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

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.


aflplusplus 4.40c
Dependencies: llvm@20.1.8 clang@20.1.8 lld@20.1.8 gcc@14.3.0 gmp@6.3.0 python@3.12.12 qemu@5.2.50-2.7c3bab7
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://aflplus.plus/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Security-oriented fuzzer
Description:

AFLplusplus is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding other, more labor- or resource-intensive testing regimes down the road. It is a fork of American Fuzzy Lop fuzzer and features:

  • A more recent qemu version.

  • More algorithms like collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, etc.

c-reduce 2.10.0-0.31e855e
Dependencies: astyle@3.5 bash-minimal@5.2.37 llvm@18.1.8 clang@18.1.8 indent@2.2.13-0.1737c92 perl@5.36.0 perl-exporter-lite@0.08 perl-file-which@1.23 perl-getopt-tabular@0.3 perl-regexp-common@2017060201 perl-term-readkey@2.38
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://embed.cs.utah.edu/creduce
Licenses: NCSA/University of Illinois Open Source License
Build system: gnu
Synopsis: Reducer for interesting code
Description:

C-Reduce is a tool that takes a large C or C++ program that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ program that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process C/C++ code.

delve 1.27.0
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/go-delve/delve
Licenses: Expat
Build system: go
Synopsis: Debugger for the Go programming language
Description:

Delve is a debugger for the Go programming language.

fiu 1.2
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://blitiri.com.ar/p/libfiu
Licenses: Public Domain
Build system: gnu
Synopsis: Fault injector in userspace
Description:

Fiu provides CLI utilities and a C library to mark points of failure inside your code and to enable/disable the failure of those points.

zzuf 0.15
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/samhocevar/zzuf
Licenses: WTFPL 2
Build system: gnu
Synopsis: Transparent application input fuzzer
Description:

Zzuf is a transparent application input fuzzer. It works by intercepting file operations and changing random bits in the program's input. Zzuf's behaviour is deterministic, making it easy to reproduce bugs.

fandango 1.1.1
Dependencies: cpp-antlr4-runtime@4.10.1 python-antlr4-runtime@4.10.1 python-astar@0.99-0.b48388f python-ansi-styles@0.2.2-0.c1d79c1 python-beartype@0.21.0 python-cachedir-tag@0.0.4 python-dill@0.4.0 python-exrex@0.12.0 python-lxml@6.0.2 python-py010parser@0.1.18 python-regex@2026.2.28 python-tdigest@0.6.0.1 python-thefuzz@0.22.1 python-xdg-base-dirs@6.0.2
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://fandango-fuzzer.github.io
Licenses: EUPL 1.2
Build system: pyproject
Synopsis: Language-based fuzzer
Description:

Fandango is a generator of inputs and interactions for software testing. Given the specification of a program's input or interaction language, Fandango generates myriads of valid sample inputs for testing. The specification language combines a grammar with constraints written in Python. Minimization or maximization soft constraints and input distributions can also be expressed in Fandango.

c-vise 2.8.0
Dependencies: bash-minimal@5.2.37 clang@13.0.1 llvm@13.0.1 unifdef@2.12 python@3.12.12 python-pebble@5.1.3 python-psutil@7.2.2 python-chardet@5.2.0
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/marxin/cvise
Licenses: NCSA/University of Illinois Open Source License
Build system: cmake
Synopsis: Reducer for interesting code
Description:

C-Vise is a Python port of the C-Reduce tool that is fully compatible and uses the same efficient LLVM-based C/C++ clang_delta reduction tool.

remake 4.3-1.6
Dependencies: readline@8.2.13 guile@3.0.9
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://bashdb.sourceforge.net/remake/
Licenses: GPL 3+
Build system: gnu
Synopsis: Remake files automatically
Description:

Remake is an enhanced version of GNU Make that adds improved error reporting, better tracing, profiling, and a debugger.

cgdb 0.8.0
Dependencies: bash-minimal@5.2.37 ncurses@6.2.20210619 readline@8.2.13 gdb@17.2
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://cgdb.github.io
Licenses: GPL 2+
Build system: gnu
Synopsis: Console front-end to the GNU debugger
Description:

cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB). In addition to the standard gdb console, cgdb provides a split screen view that displays the source code as it executes. The keyboard interface is modeled after vim, so vim users should feel at home using cgdb.

scanmem 0.17
Dependencies: bash-minimal@5.2.37 readline@8.2.13
Propagated dependencies: python-pygobject@3.54.3
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/scanmem/scanmem
Licenses: LGPL 3+ GPL 3+
Build system: gnu
Synopsis: Memory scanner
Description:

Scanmem is a debugging utility designed to isolate the address of an arbitrary variable in an executing process. Scanmem simply needs to be told the pid of the process and the value of the variable at several different times. After several scans of the process, scanmem isolates the position of the variable and allows you to modify its value.

ddd 3.4.1
Dependencies: libxaw@1.0.16 libxft@2.3.8 freetype@2.13.3 motif@2.3.8-1.0f556b0 ncurses@6.2.20210619 gdb@17.2
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://www.gnu.org/software/ddd/
Licenses: GPL 3+
Build system: gnu
Synopsis: Graphical front-end for GDB and other debuggers
Description:

GNU DDD, the Data Display Debugger, is a graphical front-end for command-line debuggers. Many back-end debuggers are supported, notably the GNU debugger, GDB. In addition to usual debugging features such as viewing the source files, DDD has additional graphical, interactive features to aid in debugging.

rr-zen-pmu-workaround 5.9.0-0.7fe1e36
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/rr-debugger/rr/wiki/Zen
Licenses: GPL 2
Build system: linux-module
Synopsis: AMD Zen workaround kernel module for rr
Description:

This is a Linux kernel module that implements workarounds needed for using the rr debugger with AMD Zen CPU.

mspdebug 0.25-0.4c4d94e
Dependencies: libusb-compat@0.1.8 readline@8.2.13
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/dlbeer/mspdebug
Licenses: GPL 2+
Build system: gnu
Synopsis: Debugging tool for MSP430 MCUs
Description:

MspDebug supports FET430UIF, eZ430, RF2500 and Olimex MSP430-JTAG-TINY programmers, as well as many other compatible devices. It can be used as a proxy for gdb or as an independent debugger with support for programming, disassembly and reverse engineering.

cppdap 1.58.0-a
Propagated dependencies: nlohmann-json@3.12.0
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/google/cppdap
Licenses: Expat
Build system: cmake
Synopsis: C++ library for the Debug Adapter Protocol
Description:

cppdap is a C++11 library ("SDK") implementation of the Debug Adapter Protocol, providing an API for implementing a DAP client or server. cppdap provides C++ type-safe structures for the full DAP specification, and provides a simple way to add custom protocol messages.

rr 5.9.0-0.7fe1e36
Dependencies: gdb@17.2 capnproto@1.4.0 python@3.12.12 python-pexpect@4.9.0 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://rr-project.org/
Licenses: Expat
Build system: cmake
Synopsis: Record and replay debugging framework
Description:

rr is a lightweight tool for recording, replaying and debugging execution of applications (trees of processes and threads). Debugging extends GDB with very efficient reverse-execution, which in combination with standard GDB/x86 features like hardware data watchpoints, makes debugging much more fun.

decker 1.49
Dependencies: sdl-union@1.2.68
Channel: guix
Location: gnu/packages/decker.scm (gnu packages decker)
Home page: http://beyondloom.com/decker/
Licenses: Expat
Build system: gnu
Synopsis: Multimedia sketchpad
Description:

Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior.

dejagnu 1.6.3
Dependencies: bash-minimal@5.2.37 expect@5.45.4
Channel: guix
Location: gnu/packages/dejagnu.scm (gnu packages dejagnu)
Home page: https://www.gnu.org/software/dejagnu/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU software testing framework
Description:

DejaGnu is a framework for testing software. In effect, it serves as a front-end for all tests written for a program. Thus, each program can have multiple test suites, which are then all managed by a single harness.

scmackerel 0.5.3
Dependencies: bash-minimal@5.2.37 guile@3.0.9 guile-readline@3.0.9 mcrl2-minimal@202507.0
Channel: guix
Location: gnu/packages/dezyne.scm (gnu packages dezyne)
Home page: https://gitlab.com/janneke/scmackerel
Licenses: GPL 3+
Build system: gnu
Synopsis: AST library in GNU Guile
Description:

SCMackerel is a library in GNU Guile to create abstract syntax trees (ASTs). Initially written for mCRL2 and now also supporting other languages, such as C, C++, and C#. Based on GNU Guix records.

dezyne 2.20.0
Dependencies: bash-minimal@5.2.37 boost@1.89.0 guile@3.0.9 guile-gcrypt@0.5.0 guile-json@4.7.3 guile-readline@3.0.9 glibc-utf8-locales@2.41 mcrl2-minimal@202507.0 pth@2.0.7 scmackerel@0.5.3 sed@4.9
Channel: guix
Location: gnu/packages/dezyne.scm (gnu packages dezyne)
Home page: https://dezyne.org
Licenses: AGPL 3+ LGPL 3+ CC0
Build system: gnu
Synopsis: Programming language with verifyable formal semantics
Description:

Dezyne is a programming language and a set of tools to specify, validate, verify, simulate, document, and implement concurrent control software for embedded and cyber-physical systems. The Dezyne language has formal semantics expressed in mCRL2.

dhall 1.42.2
Dependencies: ghc-aeson@2.2.3.0 ghc-aeson-pretty@0.8.10 ghc-ansi-terminal@1.1.3 ghc-atomic-write@0.2.1.1 ghc-base16-bytestring@1.0.2.0 ghc-case-insensitive@1.2.1.0 ghc-cborg@0.2.10.0 ghc-cborg-json@0.2.6.0 ghc-contravariant@1.5.5 ghc-data-fix@0.3.4 ghc-diff@1.0.2 ghc-dotgen@0.4.3 ghc-either@5.0.3 ghc-half@0.3.3 ghc-hashable@1.5.0.0 ghc-indexed-traversable@0.1.4 ghc-lens-family-core@2.1.3 ghc-megaparsec@9.7.0 ghc-mmorph@1.2.1 ghc-network-uri@2.6.4.2 ghc-optparse-applicative@0.18.1.0 ghc-parsers@0.12.12 ghc-parser-combinators@1.3.0 ghc-prettyprinter@1.7.1 ghc-prettyprinter-ansi-terminal@1.1.3 ghc-pretty-simple@4.1.3.0 ghc-profunctors@5.6.3 ghc-repline@0.4.3.0 ghc-serialise@0.2.6.1 ghc-scientific@0.3.8.0 ghc-text-manipulate@0.3.1.0 ghc-text-short@0.1.6 ghc-th-lift-instances@0.1.20 ghc-unix-compat@0.7.4.1 ghc-unordered-containers@0.2.20 ghc-vector@0.13.2.0 ghc-cryptohash-sha256@0.11.102.1 ghc-http-types@0.12.4 ghc-http-client@0.7.19 ghc-http-client-tls@0.3.6.4
Channel: guix
Location: gnu/packages/dhall.scm (gnu packages dhall)
Home page: http://hackage.haskell.org/package/dhall
Licenses: Modified BSD
Build system: haskell
Synopsis: Configuration language guaranteed to terminate
Description:

Dhall is an explicitly typed configuration language that is not Turing complete. Despite being Turing incomplete, Dhall is a real programming language with a type-checker and evaluator.

Use this library to parse, type-check, evaluate, and pretty-print the Dhall configuration language. This package also includes an executable which type-checks a Dhall file and reduces the file to a fully evaluated normal form.

dpic 2025.08.01-0.1354b63
Channel: guix
Location: gnu/packages/diagram.scm (gnu packages diagram)
Home page: https://gitlab.com/aplevich/dpic
Licenses: FreeBSD CC-BY 3.0 LPPL 1.3c
Build system: gnu
Synopsis: Implementation of the pic language
Description:

Dpic is an implementation of the pic "little language" for creating line drawings and illustrations for documents, web pages, and other uses.

pikchr 0-22198
Channel: guix
Location: gnu/packages/diagram.scm (gnu packages diagram)
Home page: https://pikchr.org
Licenses: Zero-Clause BSD
Build system: gnu
Synopsis: Markup language for diagrams in technical documentation
Description:

Pikchr (pronounced picture) is a PIC-like markup language for diagrams in technical documentation. Pikchr is designed to be embedded in fenced code blocks of Markdown or similar mechanisms of other documentation markup languages.

freedict-tools 0.6.0
Dependencies: espeak-ng@1.52.0-1.0d451f8 python@3.12.12 perl@5.36.0 gzip@1.14 tar@1.35 libxslt@1.1.43 dictd@1.13.3 perl-libxml@0.08
Channel: guix
Location: gnu/packages/dictionaries.scm (gnu packages dictionaries)
Home page: https://freedict.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Build and manage FreeDict dictionaries
Description:

FreeDict is a project that offers over 140 free dictionaries in about 45 languages, with the right to study, change and modify them. You can use them offline on your computer or mobile phone and export them to any format and application.

In order to limit store size and build complexity, only the build targets that build dictionaries in dictd format are retained when this Guix package is installed.

dictd 1.13.3
Dependencies: libmaa@1.3.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/dictionaries.scm (gnu packages dictionaries)
Home page: https://sourceforge.net/projects/dict/
Licenses: GPL 2+
Build system: gnu
Synopsis: @command{dict}, @command{dictd} and @command{dictfmt} programs
Description:

The DICT Interchange Format (DICF) is a human-readable format for the interchange of dictionary databases for the use with DICT protocol client/server software.

This package provides a client dict and a server program dictd for the DICT protocol, as well as a utility dictfmt to convert various dictionary formats into dictionaries that can be served by dictd or Dico.

Total packages: 32521