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

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.


lcov 1.16
Dependencies: bash-minimal@5.2.37 perl@5.36.0 perl-io-compress@2.213 perl-json@4.02
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://ltp.sourceforge.net/coverage/lcov.php
Licenses: GPL 2+
Build system: gnu
Synopsis: Code coverage tool that enhances GNU gcov
Description:

LCOV is an extension of gcov, a tool part of the GNU Binutils, which provides information about what parts of a program are actually executed (i.e., "covered") while running a particular test case. The extension consists of a set of Perl scripts which build on the textual gcov output to implement the following enhanced functionality such as HTML output.

idutils 4.6
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://www.gnu.org/software/idutils/
Licenses: GPL 3+
Build system: gnu
Synopsis: Identifier database utilities
Description:

The GNU idutils package includes tools to create an index of textual tokens used in a list of file names and then to query that index. Thus, it allows the user to, for example, find all the uses of a particular function in a large programming project. In addition to handling textual tokens, it can also handle numeric constants and the contents of character strings.

colormake 0.9.20140503
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://bre.klaki.net/programs/colormake/
Licenses: GPL 2+
Build system: trivial
Synopsis: Wrapper around @command{make} to produce colored output
Description:

This package provides a wrapper around make to produce colored output.

trio 1.16
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://daniel.haxx.se/projects/trio/
Licenses: non-copyleft
Build system: gnu
Synopsis: Portable and extendable printf and string functions
Description:

Trio is a set of printf and string functions designed be used by applications with a focus on portability or with the need for additional features that are not supported by the standard stdio implementation.

makefile2graph 1.5.0
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://github.com/lindenb/makefile2graph
Licenses: Expat
Build system: gnu
Synopsis: Creates a graph of dependencies from GNU Make
Description:

make2graph creates a graph of dependencies from GNU Make. The output is a graphviz-dot file, a Gexf-XML file or a list of the deepest independent targets.

sloccount 2.26
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://dwheeler.com/sloccount/
Licenses: GPL 2+
Build system: gnu
Synopsis: Count physical source lines of code (SLOC)
Description:

SLOCCount is a set of the programs for counting source lines of code (SLOC) in large software systems. It can automatically identify and measure a wide range of programming languages. It automatically estimates the effort, time, and money it would take to develop the software, using the COCOMO model or user-provided parameters.

scc 3.7.0
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://github.com/boyter/scc
Licenses: Expat
Build system: go
Synopsis: Fast code counter written in Go
Description:

scc provides a lines-of-code counter similar to tools like cloc and sloccount. It aims to be fast as possible while supporting COCOMO calculation and code complexity estimation.

indent 2.2.13-0.1737c92
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://www.gnu.org/software/indent/
Licenses: GPL 3+
Build system: gnu
Synopsis: Code reformatter
Description:

Indent is a program that makes source code easier to read by reformatting it in a consistent style. It can change the style to one of several different styles such as GNU, BSD or K&R. It has some flexibility to deal with incomplete or malformed syntax. GNU indent offers several extensions over the standard utility.

global 6.6.14
Dependencies: bash-minimal@5.2.37 coreutils@9.1 universal-ctags@6.2.1 libltdl@2.4.7 ncurses@6.2.20210619 python-pygments@2.19.2 python-wrapper@3.12.12 sqlite@3.39.3
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://www.gnu.org/software/global/
Licenses: GPL 3+
Build system: gnu
Synopsis: Cross-environment source code tag system
Description:

GNU GLOBAL is a source code tagging system that functions in the same way across a wide array of environments, such as different text editors, shells and web browsers. The resulting tags are useful for quickly moving around in a large, deeply nested project.

sourcetrail 2.1.0
Dependencies: boost@1.83.0 clang@19.1.7 expected-lite@0.9.0 qt5compat@6.9.2 qtbase@6.9.2 qtnetworkauth@6.9.2 qtsvg@6.9.2 qtwayland@6.9.2 range-v3@0.12.0 spdlog@1.15.3 sqlite@3.39.3 tinyxml@2.6.2
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://github.com/OpenSourceSourceTrail/Sourcetrail
Licenses: GPL 3
Build system: cmake
Synopsis: Graphical cross-platform source code browser for C/C++
Description:

Sourcetrail is a free and open-source cross-platform source explorer that helps you get productive on unfamiliar source code. It includes support for C/C++, providing a graphical means for discovering symbols and their place in a project.

universal-ctags 6.2.1
Dependencies: jansson@2.14 libseccomp@2.6.0 libxml2@2.14.6 libyaml@0.2.5 pcre2@10.42
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://ctags.io/
Licenses: GPL 2+
Build system: gnu
Synopsis: Generate tag files for source code
Description:

Universal Ctags generates an index (or tag) file of language objects found in source files for many popular programming languages. This index makes it easy for text editors and other tools to locate the indexed items. Universal Ctags improves on traditional ctags because of its multilanguage support, its ability for the user to define new languages searched by regular expressions, and its ability to generate emacs-style TAGS files.

xenon 0.9.3
Dependencies: python-pyyaml@6.0.2 python-radon@6.0.1 python-requests@2.32.5
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://xenon.readthedocs.org/
Licenses: Expat
Build system: pyproject
Synopsis: Monitor code metrics for Python on your CI server
Description:

Xenon is a monitoring tool based on Radon. It monitors code complexity. Ideally, xenon is run every time code is committed. Through command line options, various thresholds can be set for the complexity of code. It will fail (i.e., it will exit with a non-zero exit code) when any of these requirements is not met.

cloc 2.08
Dependencies: bash-minimal@5.2.37 coreutils@9.1 perl@5.36.0 perl-algorithm-diff@1.1903 perl-digest-md5@2.58 perl-parallel-forkmanager@1.19 perl-regexp-common@2017060201
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://github.com/AlDanial/cloc
Licenses: GPL 2+
Build system: gnu
Synopsis: Count source lines of code (SLOC) and other source code metrics
Description:

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines.

cloc contains code from David Wheeler's SLOCCount. Compared to SLOCCount, cloc can handle a greater variety of programming languages.

amalgamate 1.1.1-0.c91f07e
Dependencies: python-wrapper@3.12.12
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://github.com/edlund/amalgamate
Licenses: Modified BSD
Build system: gnu
Synopsis: Tool for amalgamating C source and header files
Description:

amalgamate.py aims to make it easy to use SQLite-style C source and header amalgamation in projects.

uncrustify 0.80.1
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://uncrustify.sourceforge.net/
Licenses: GPL 2+
Build system: cmake
Synopsis: Code formatter for C and other related languages
Description:

Beautify source code in many languages of the C family (C, C++, C#, Objective C, D, Java, Pawn, and Vala). Features:

  • Indent and align code.

  • Reformat comments (a little bit).

  • Fix inter-character spacing.

  • Add or remove parens / braces.

  • Supports embedded SQL EXEC SQL stuff.

  • Highly configurable - More than 600 configurable options.

complexity 1.10
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://www.gnu.org/software/complexity/
Licenses: GPL 3+
Build system: gnu
Synopsis: Analyze complexity of C functions
Description:

GNU complexity provides tools for finding procedures that are convoluted, overly long or otherwise difficult to understand. This may help in learning or reviewing unfamiliar code or perhaps highlighting your own code that seemed comprehensible when you wrote it.

cscope 15.9
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://cscope.sourceforge.net
Licenses: Modified BSD
Build system: gnu
Synopsis: Tool for browsing source code
Description:

Cscope is a text screen based source browsing tool. Although it is primarily designed to search C code (including lex and yacc files), it can also be used for C++ code.

Using cscope, you can easily search for where symbols are used and defined.

kcov 42
Dependencies: curl@8.6.0 elfutils@0.192 libelf@0.8.13 openssl@3.5.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/code.scm (gnu packages code)
Home page: https://github.com/SimonKagstrom/kcov
Licenses: GPL 2+
Build system: cmake
Synopsis: Code coverage tester for compiled languages, Python and Bash
Description:

Kcov is a code coverage tester for compiled languages, Python and Bash. It was originally a fork of Bcov, but has since evolved to support a large feature set in addition to that of Bcov.

Kcov uses DWARF debugging information for compiled programs to make it possible to collect coverage information without special compiler switches.

codex-acp 0.11.1
Dependencies: libcap@2.64 openssl@3.5.5 sqlite@3.39.3 zlib@1.3.1 zstd@1.5.6 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-codex@0.117.0 rust-deunicode@1.6.2 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/codex.scm (gnu packages codex)
Home page: https://github.com/zed-industries/codex-acp
Licenses: ASL 2.0
Build system: cargo
Synopsis: ACP-compatible agent bridging Zed Codex with ACP clients
Description:

This package provides an Agent Client Protocol (ACP) compatible agent that bridges the Zed Codex runtime with ACP clients over stdio. It supports multiple LLM providers through configuration in ~/.codex/config.toml and integrates with MCP servers for filesystem operations.

codex 0.124.0
Dependencies: bash-minimal@5.2.37 coreutils@9.1 git-minimal@2.54.0 sed@4.9 libcap@2.64 oniguruma@6.9.10 openssl@3.5.5 sqlite@3.39.3 zlib@1.3.1 zstd@1.5.6 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-codex@0.124.0 rust-deunicode@1.6.2 rust-sdks@0.0.0-0.e2d1d1d rust-sdks@0.0.0-0.e2d1d1d rust-ring@0.17.14 rust-syntect@5.3.0
Channel: guix
Location: gnu/packages/codex.scm (gnu packages codex)
Home page: https://github.com/openai/codex
Licenses: ASL 2.0
Build system: cargo
Synopsis: AI-assisted coding CLI and TUI
Description:

Codex is an AI-powered coding assistant that runs in the terminal. It provides an interactive TUI for conversations with AI models, with support for shell command execution, file editing, and code generation. Configure providers via ~/.codex/config.toml.

codex-code-mode's V8 Javascript executor is disabled.

ld-wrapper 0
Dependencies: binutils@2.44 guile@3.0.9 bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/commencement.scm (gnu packages commencement)
Home page: https://www.gnu.org/software/guix//
Licenses: GPL 3+
Build system: trivial
Synopsis: The linker wrapper
Description:

The linker wrapper (or ld-wrapper) wraps the linker to add any missing -rpath flags, and to detect any misuse of libraries outside of the store.

gcc-toolchain 7.5.0
Dependencies: gcc@7.5.0 ld-wrapper@0 binutils@2.44 gcc@7.5.0 glibc@2.41 glibc@2.41 glibc@2.41
Channel: guix
Location: gnu/packages/commencement.scm (gnu packages commencement)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: trivial
Synopsis: Complete GCC tool chain for C/C++ development
Description:

This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the debug output), and Binutils. GCC is the GNU Compiler Collection.

gcc-toolchain 4.8.5
Dependencies: gcc@4.8.5 ld-wrapper@0 binutils@2.44 gcc@4.8.5 glibc@2.41 glibc@2.41 glibc@2.41
Channel: guix
Location: gnu/packages/commencement.scm (gnu packages commencement)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: trivial
Synopsis: Complete GCC tool chain for C/C++ development
Description:

This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the debug output), and Binutils. GCC is the GNU Compiler Collection.

gcc-toolchain 16.1.0
Dependencies: gcc@16.1.0 ld-wrapper@0 binutils@2.44 gcc@16.1.0 glibc@2.41 glibc@2.41 glibc@2.41
Channel: guix
Location: gnu/packages/commencement.scm (gnu packages commencement)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: trivial
Synopsis: Complete GCC tool chain for C/C++ development
Description:

This package provides a complete GCC tool chain for C/C++ development to be installed in user profiles. This includes GCC, as well as libc (headers and binaries, plus debugging symbols in the debug output), and Binutils. GCC is the GNU Compiler Collection.

Total packages: 32521