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

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.


compdb 0.2.0
Propagated dependencies: python-configparser@7.2.0
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://github.com/Sarcasm/compdb
Licenses: Expat
Build system: pyproject
Synopsis: Compilation database Swiss army knife
Description:

compdb is a command line tool to manipulate compilation databases. It eases the usage of tooling in a codebase by spoon-feeding the right compilation options.

gn 0.0-2354.6e8dcde
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://gn.googlesource.com/gn
Licenses: Modified BSD X11
Build system: gnu
Synopsis: Generate Ninja build files
Description:

GN is a tool that collects information about a project from .gn files and generates build instructions for the Ninja build system.

autosetup 0.7.2
Dependencies: tcl@8.6.12
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://msteveb.github.io/autosetup/
Licenses: FreeBSD
Build system: gnu
Synopsis: Build environment auto-configurator
Description:

autosetup is a tool, similar to autoconf, to configure a build system for the appropriate environment, according to the system capabilities and the user-selected options.

potato-make 0-0.e8c09ce
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://github.com/spk121/potato-make
Licenses: Expat
Build system: guile
Synopsis: Library to write makefiles in Guile Scheme
Description:

Potato Make is a Scheme library that aims to simplify the task of maintaining, updating, and regenerating programs. It is inspired by the POSIX make utility and allows writing a build script in Guile Scheme.

pdpmake 2.0.4
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://frippery.org/make/
Licenses: GPL 2 Public Domain
Build system: gnu
Synopsis: Public domain POSIX make
Description:

This package contains an implementation of POSIX make. The default configuration enables extensions. Generally these extensions are compatible with GNU make.

scons 4.9.1
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://scons.org/
Licenses: X11
Build system: pyproject
Synopsis: Software construction tool written in Python
Description:

SCons is a software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.

xmake 3.0.8
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://xmake.io/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Cross-platform build utility based on Lua
Description:

xmake is a cross-platform build utility based on Lua. Features:

  • Built-in caching and parallel compilation,

  • Concise Lua syntax,

  • Custom rules, plugins and modules,

  • Support for C++20 modules and compile_commands.json,

  • Support for languages outside C/C++ (e.g. Go, Rust, Zig).

muon-as-meson-wrapper 0.5.0
Dependencies: muon@0.5.0
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://muon.build/
Licenses: GPL 3
Build system: trivial
Synopsis: Meson build system alternative implementation in C99
Description:

This package provides the meson command, implemented as a symbolic link to the muon command of muon package.

bmake 20260619
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: http://www.crufty.net/help/sjg/bmake.htm
Licenses: Modified BSD
Build system: gnu
Synopsis: BSD's make
Description:

bmake is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend.

premake 5.0.0-beta7
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://premake.github.io
Licenses: Modified BSD
Build system: gnu
Synopsis: Portable software build tool
Description:

premake5 is a command line utility that reads a scripted definition of a software project and outputs Makefiles or other lower-level build files.

gnulib 2025-06-30-1.9297749
Dependencies: bash-minimal@5.2.37
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://www.gnu.org/software/gnulib/
Licenses: LGPL 2.0+ GPL 3+
Build system: copy
Synopsis: Source files to share among distributions
Description:

Gnulib is a central location for common infrastructure needed by GNU packages. It provides a wide variety of functionality, e.g., portability across many systems, working with Unicode strings, cryptographic computation, and much more. The code is intended to be shared at the level of source files, rather than being a standalone library that is distributed, built, and installed. The included gnulib-tool script helps with using Gnulib code in other packages. Gnulib also includes copies of licensing and maintenance-related files, for convenience.

muon 0.5.0
Dependencies: bash-minimal@5.2.37 pkgconf@2.5.1
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://muon.build/
Licenses: GPL 3
Build system: meson
Synopsis: Meson build system alternative implementation in C99
Description:

Muon is an implementation of the meson build system in c99 with minimal dependencies.

haredo 1.0.6
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://sr.ht/~autumnull/haredo/
Licenses: WTFPL 2
Build system: hare
Synopsis: Build automator, alternative to @command{make} and @command{redo}
Description:

haredo is a build automator. It is an alternative to e.g. make(1) and redo(1). Features:

  • Script syntax is plain shell script,

  • Only one command with few extraneous rules,

  • .do files are short and modular like in redo,

  • Builds its dependency tree on the fly, uses no database,

  • Doesn't break the build state when interrupted.

genie 1170-0.22cc907
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://github.com/bkaradzic/genie
Licenses: Modified BSD
Build system: gnu
Synopsis: Project generator
Description:

GENie generates projects from Lua scripts, making it easy to apply the same settings to multiple projects. It supports generating projects using GNU Makefiles, JSON Compilation Database, and experimentally Ninja.

compiledb 0.10.1
Propagated dependencies: python-bashlex@0.18 python-click@8.3.1
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://github.com/nickdiego/compiledb
Licenses: GPL 3
Build system: pyproject
Synopsis: Generate Clang JSON Compilation Database files for make-based build systems
Description:

compiledb provides a make python wrapper script which, besides executing the make build command, updates the JSON compilation database file corresponding to that build, resulting in a command-line interface similar to Bear.

bam 0.5.1
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://matricks.github.io/bam/
Licenses: Modified BSD
Build system: gnu
Synopsis: Fast and flexible build system
Description:

Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.

build 0.3.10
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://www.codesynthesis.com/projects/build/
Licenses: GPL 2+
Build system: gnu
Synopsis: Massively-parallel build system implemented on top of GNU make
Description:

Build is a massively-parallel software build system implemented on top of GNU Make, designed with the following tasks in mind:

  • configuration

  • building

  • testing

  • installation

Build has features such as:

  • Position-independent makefiles.

  • Non-recursive multi-makefile include-based structure.

  • Leaf makefiles are full-fledged GNU makefiles, not just variable definitions.

  • Complete dependency graph.

  • Inter-project dependency tracking.

  • Extensible language/compiler framework.

premake 4.3
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://premake.github.io
Licenses: Modified BSD
Build system: gnu
Synopsis: Portable software build tool
Description:

premake4 is a command line utility that reads a scripted definition of a software project and outputs Makefiles or other lower-level build files.

toybox 0.8.11
Dependencies: libxcrypt@4.4.38
Channel: guix
Location: gnu/packages/busybox.scm (gnu packages busybox)
Home page: https://landley.net/toybox/
Licenses: FreeBSD
Build system: gnu
Synopsis: Many common UNIX utilities in a single executable
Description:

ToyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides a fairly complete environment for any small or embedded system.

busybox 1.37.0
Channel: guix
Location: gnu/packages/busybox.scm (gnu packages busybox)
Home page: https://www.busybox.net
Licenses: GPL 2
Build system: gnu
Synopsis: Many common UNIX utilities in a single executable
Description:

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides a fairly complete environment for any small or embedded system.

udunits 2.2.28
Dependencies: expat@2.7.1
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://www.unidata.ucar.edu/software/udunits/
Licenses: non-copyleft
Build system: gnu
Synopsis: C library for units of physical quantities and value-conversion utils
Description:

The UDUNITS-2 package provides support for units of physical quantities. Its three main components are:

  1. udunits2lib, a C library for units of physical quantities;

  2. udunits2prog, a utility for obtaining the definition of a unit and for converting numeric values between compatible units; and

  3. an extensive database of units.

mimalloc 3.3.2
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://microsoft.github.io/mimalloc/
Licenses: Expat
Build system: cmake
Synopsis: General purpose memory allocator
Description:

mimalloc is a drop-in replacement for malloc.

sfsexp 1.4.1
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/mjsottile/sfsexp
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Symbolic expression library for C and C++
Description:

sfsexp is a C/C++ library to read, parse, modify, and create symbolic expressions.

aws-checksums 0.2.5
Dependencies: aws-c-common@0.12.2
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/awslabs/aws-checksums
Licenses: ASL 2.0
Build system: cmake
Synopsis: Amazon Web Services checksum library
Description:

This library provides cross-Platform hardware accelerated CRC32c and CRC32 with fallback to efficient C99 software implementations.

Total packages: 72465