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

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.


libbacktrace 1.0-2.cdb64b6
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/ianlancetaylor/libbacktrace
Licenses: Modified BSD
Build system: gnu
Synopsis: C library for producing symbolic backtraces
Description:

The libbacktrace library can be linked into a C/C++ program to produce symbolic backtraces.

seer-gdb 1.16
Dependencies: qtbase@5.15.17 qtcharts@5.15.17 qtwayland@5.15.17
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/epasveer/seer
Licenses: GPL 3+
Build system: qt
Synopsis: GUI frontend for GDB
Description:

This package provides a frontend to GDB, the GNU debugger.

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.

libleak 0.3.6
Dependencies: libbacktrace@1.0-2.cdb64b6 libwuya@0.0-1.8835020
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/WuBingzheng/libleak
Licenses: GPL 2+
Build system: gnu
Synopsis: Memory leaks detection tool
Description:

The libleak tool detects memory leaks by hooking memory functions such as malloc. It comes as a shared object to be pre-loaded via LD_PRELOAD when launching the application. It prints the full call stack at suspicious memory leak points. Modifying or recompiling the target program is not required, and the detection can be enabled or disabled while the target application is running. The overhead incurred by libleak is smaller than that of other tools such as Valgrind, and it aims to be easier to use than similar tools like mtrace.

american-fuzzy-lop 2.57b
Dependencies: qemu@2.10.2
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://lcamtuf.coredump.cx/afl/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Security-oriented fuzzer
Description:

American fuzzy lop 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.

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.

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.

aflplusplus 4.34c
Dependencies: llvm@20.1.8 clang@20.1.8 lld@20.1.8 gcc@14.3.0 gmp@6.3.0 python@3.11.14 qemu@5.2.50-0.790d212
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.

cgdb 0.8.0
Dependencies: bash-minimal@5.2.37 ncurses@6.2.20210619 readline@8.2.13 gdb@14.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.

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

qemu 2.10.2
Dependencies: alsa-lib@1.2.11 attr@2.5.1 glib@2.83.3 libaio@0.3.113 attr@2.5.1 libcap@2.64 libjpeg-turbo@2.1.4 libpng@1.6.39 ncurses@6.2.20210619 pixman@0.46.4 util-linux@2.40.4 zlib@1.3.1
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://www.qemu.org
Licenses: GPL 2
Build system: gnu
Synopsis: Machine emulator and virtualizer (without GUI) for american fuzzy lop
Description:

QEMU is a generic machine emulator and virtualizer. This package of QEMU is used only by the american fuzzy lop package.

When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine---e.g., your own PC. By using dynamic translation, it achieves very good performance.

When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.

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.

scanmem 0.17
Dependencies: bash-minimal@5.2.37 readline@8.2.13
Propagated dependencies: python-pygobject@3.50.0
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.

delta 2006.08.03
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://web.archive.org/web/20200701152100/http://delta.tigris.org/
Licenses: Modified BSD
Build system: gnu
Synopsis: Heuristical file minimizer
Description:

Delta assists you in minimizing "interesting" files subject to a test of their interestingness. A common such situation is when attempting to isolate a small failure-inducing substring of a large input that causes your program to exhibit a bug.

backward-cpp 1.6
Dependencies: libiberty@14.3.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/debug.scm (gnu packages debug)
Home page: https://github.com/bombela/backward-cpp
Licenses: Expat
Build system: cmake
Synopsis: Stack trace pretty printer for C++
Description:

Backward-cpp is a stack trace pretty printer for C++. It can print annotated stack traces using debug info in the executable.

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@202307.1
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.19.2
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@202307.1 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.41.2
Dependencies: ghc-aeson@2.0.3.0 ghc-aeson-pretty@0.8.9 ghc-ansi-terminal@0.11.4 ghc-atomic-write@0.2.0.7 ghc-base16-bytestring@1.0.2.0 ghc-case-insensitive@1.2.1.0 ghc-cborg@0.2.9.0 ghc-cborg-json@0.2.5.0 ghc-contravariant@1.5.5 ghc-data-fix@0.3.2 ghc-diff@0.4.1 ghc-dotgen@0.4.3 ghc-either@5.0.2 ghc-half@0.3.1 ghc-hashable@1.4.2.0 ghc-indexed-traversable@0.1.2.1 ghc-lens-family-core@2.1.2 ghc-megaparsec@9.2.2 ghc-mmorph@1.2.0 ghc-network-uri@2.6.4.2 ghc-optparse-applicative@0.17.1.0 ghc-parsers@0.12.11 ghc-parser-combinators@1.3.0 ghc-prettyprinter@1.7.1 ghc-prettyprinter-ansi-terminal@1.1.3 ghc-pretty-simple@4.1.2.0 ghc-profunctors@5.6.2 ghc-repline@0.4.2.0 ghc-serialise@0.2.6.0 ghc-scientific@0.3.7.0 ghc-text-manipulate@0.3.1.0 ghc-text-short@0.1.5 ghc-th-lift-instances@0.1.20 ghc-unordered-containers@0.2.19.1 ghc-uri-encode@1.5.0.7 ghc-vector@0.12.3.1 ghc-cryptohash-sha256@0.11.102.1 ghc-http-types@0.12.3 ghc-http-client@0.7.13.1 ghc-http-client-tls@0.3.6.1
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-dictionaries 0.0.0-0.914b5f7
Dependencies: espeak-ng@1.52.0-1.0d451f8 libxslt@1.1.43 dictd@1.13.3 perl-libxml@0.08 freedict-tools@0.6.0
Channel: guix
Location: gnu/packages/dictionaries.scm (gnu packages dictionaries)
Home page: https://freedict.org
Licenses: GPL 2+
Build system: gnu
Synopsis: Multilingual dictionaries compiled to the DICT format
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.

libmaa 1.3.2
Channel: guix
Location: gnu/packages/dictionaries.scm (gnu packages dictionaries)
Home page: https://sourceforge.net/projects/dict/
Licenses: GPL 2+
Build system: gnu
Synopsis: Low-level data structures used by the dictd program
Description:

The libmaa library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although libmaa was designed and implemented as a foundation for the Khepara transformation system, the data structures are generally applicable to a wide range of programming problems.

The memory management routines are especially helpful for improving the performance of memory-intensive applications.

Total packages: 69244