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

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.


cppawk-egawk 20220703
Dependencies: egawk-next@5.1.60-0.f00e74f coreutils@9.1 gcc@14.3.0 sed@4.9
Channel: guix
Location: gnu/packages/gawk.scm (gnu packages gawk)
Home page: https://www.kylheku.com/cgit/cppawk/
Licenses: FreeBSD
Build system: copy
Synopsis: Wrapper script that adds C preprocessing to Enhanced GNU Awk
Description:

cppawk is a shell script that invokes the C preprocessor (cpp) on Awk code and calls Awk (by default GNU Awk) on the result.

cppawk understands the basic Awk options like -F and -v, and also understands common cpp options like -I and -Dmacro=value.

cppawk has no dependencies beyond Awk, cpp, sed and some GNU core utilities (including printf). Preprocessed programs can be captured and transferred to systems that have Awk but not cpp or cppawk.

cppawk 20220703
Dependencies: coreutils@9.1 gawk-mpfr@5.3.0 gcc@14.3.0 sed@4.9
Channel: guix
Location: gnu/packages/gawk.scm (gnu packages gawk)
Home page: https://www.kylheku.com/cgit/cppawk/
Licenses: FreeBSD
Build system: copy
Synopsis: Wrapper script that adds C preprocessing to Awk
Description:

cppawk is a shell script that invokes the C preprocessor (cpp) on Awk code and calls Awk (by default GNU Awk) on the result.

cppawk understands the basic Awk options like -F and -v, and also understands common cpp options like -I and -Dmacro=value.

cppawk has no dependencies beyond Awk, cpp, sed and some GNU core utilities (including printf). Preprocessed programs can be captured and transferred to systems that have Awk but not cpp or cppawk.

egawk-next 5.1.60-0.f00e74f
Dependencies: mpfr@4.2.2 libsigsegv@2.14 bash@5.2.37
Channel: guix
Location: gnu/packages/gawk.scm (gnu packages gawk)
Home page: https://www.kylheku.com/cgit/egawk/
Licenses: GPL 3+
Build system: gnu
Synopsis: Enhanced GNU Awk
Description:

egawk is Enhanced GNU Awk. It is a fork of GNU Awk with some enhancements designed and implemented by Kaz Kylheku. In particular, Enhanced GNU Awk provides the @let statement for declaring block-scoped lexical variables.

mawk 1.3.4-20240905
Channel: guix
Location: gnu/packages/gawk.scm (gnu packages gawk)
Home page: https://invisible-island.net/mawk/mawk.html
Licenses: GPL 2
Build system: gnu
Synopsis: Text scanning and processing language
Description:

mawk is an interpreter for the Awk programming language. This version aims to be smaller and faster than GNU Awk, at the expense of fewer features and extensions.

gdc 14.3.0
Dependencies: isl@0.24 libstdc++-headers@14.3.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@14.3.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.108.1.

gdc 15.2.0
Dependencies: isl@0.24 libstdc++-headers@15.2.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@15.2.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.111.0.

libgccjit 12.5.0
Dependencies: isl@0.24 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GCC library generating machine code on-the-fly at runtime
Description:

This package is part of the GNU Compiler Collection and provides an embeddable library for generating machine code on-the-fly at runtime. This shared library can then be dynamically-linked into bytecode interpreters and other such programs that want to generate machine code on-the-fly at run-time. It can also be used for ahead-of-time code generation for building standalone compilers. The just-in-time (jit) part of the name is now something of a misnomer.

libstdc++-doc 5.5.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU libstdc++ documentation
Description:

GCC is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Java, Ada, and Go. It also includes runtime support libraries for these languages.

gdc 12.5.0
Dependencies: isl@0.24 libstdc++-headers@12.5.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@12.5.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.100.2.

gccgo 14.3.0
Dependencies: isl@0.24 libstdc++-headers@14.3.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Go frontend to GCC
Description:

This package is part of the GNU Compiler Collection and provides the GNU compiler for the Go programming language.

libgccjit 10.5.0
Dependencies: isl@0.24 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GCC library generating machine code on-the-fly at runtime
Description:

This package is part of the GNU Compiler Collection and provides an embeddable library for generating machine code on-the-fly at runtime. This shared library can then be dynamically-linked into bytecode interpreters and other such programs that want to generate machine code on-the-fly at run-time. It can also be used for ahead-of-time code generation for building standalone compilers. The just-in-time (jit) part of the name is now something of a misnomer.

gdc 14.3.0
Dependencies: isl@0.24 libstdc++-headers@14.3.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@14.3.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.108.1.

libgccjit 11.5.0
Dependencies: isl@0.24 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GCC library generating machine code on-the-fly at runtime
Description:

This package is part of the GNU Compiler Collection and provides an embeddable library for generating machine code on-the-fly at runtime. This shared library can then be dynamically-linked into bytecode interpreters and other such programs that want to generate machine code on-the-fly at run-time. It can also be used for ahead-of-time code generation for building standalone compilers. The just-in-time (jit) part of the name is now something of a misnomer.

gccgo 16.1.0
Dependencies: isl@0.24 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Go frontend to GCC
Description:

This package is part of the GNU Compiler Collection and provides the GNU compiler for the Go programming language.

libstdc++-doc 9.5.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU libstdc++ documentation
Description:

GCC is the GNU Compiler Collection. It provides compiler front-ends for several languages, including C, C++, Objective-C, Fortran, Ada, and Go. It also includes runtime support libraries for these languages.

libgccjit 14.3.0
Dependencies: isl@0.24 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GCC library generating machine code on-the-fly at runtime
Description:

This package is part of the GNU Compiler Collection and provides an embeddable library for generating machine code on-the-fly at runtime. This shared library can then be dynamically-linked into bytecode interpreters and other such programs that want to generate machine code on-the-fly at run-time. It can also be used for ahead-of-time code generation for building standalone compilers. The just-in-time (jit) part of the name is now something of a misnomer.

gnu-c-manual 0.2.5
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gnu.org/software/gnu-c-manual/
Licenses: FDL 1.3+
Build system: gnu
Synopsis: Reference manual for the C programming language
Description:

This is a reference manual for the C programming language, as implemented by the GNU C Compiler (gcc). As a reference, it is not intended to be a tutorial of the language. Rather, it outlines all of the constructs of the language. Library functions are not included.

gdc 13.3.0
Dependencies: isl@0.24 libstdc++-headers@13.3.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@13.3.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.103.1.

gccgo 13.3.0
Dependencies: isl@0.24 libstdc++-headers@13.3.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Go frontend to GCC
Description:

This package is part of the GNU Compiler Collection and provides the GNU compiler for the Go programming language.

gdmd 9.5.0-0.26.0
Dependencies: gdc@9.5.0 perl@5.36.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://github.com/D-Programming-GDC/gdmd
Licenses: GPL 3+
Build system: copy
Synopsis: DMD-like wrapper for GDC
Description:

This package provides a DMD-like wrapper for the GNU D Compiler.

gdmd 14.3.0-0.26.0
Dependencies: gdc@14.3.0 perl@5.36.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://github.com/D-Programming-GDC/gdmd
Licenses: GPL 3+
Build system: copy
Synopsis: DMD-like wrapper for GDC
Description:

This package provides a DMD-like wrapper for the GNU D Compiler.

libgccjit 15.2.0
Dependencies: isl@0.24 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://gcc.gnu.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GCC library generating machine code on-the-fly at runtime
Description:

This package is part of the GNU Compiler Collection and provides an embeddable library for generating machine code on-the-fly at runtime. This shared library can then be dynamically-linked into bytecode interpreters and other such programs that want to generate machine code on-the-fly at run-time. It can also be used for ahead-of-time code generation for building standalone compilers. The just-in-time (jit) part of the name is now something of a misnomer.

gdc 10.5.0
Dependencies: isl@0.24 libstdc++-headers@10.5.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@10.5.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.076.2.

gdc 9.5.0
Dependencies: isl@0.24 libstdc++-headers@9.5.0 gmp@6.3.0 mpfr@4.2.2 mpc@1.3.1 elfutils@0.192 zlib@1.3.1 gcc@9.5.0
Channel: guix
Location: gnu/packages/gcc.scm (gnu packages gcc)
Home page: https://www.gdcproject.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: GNU D Compiler
Description:

GDC is the D frontend for the GNU Compiler Collection. It also includes the druntime and phobos libraries.

This compiler is based on the DMD frontend version 2.076.2.

Total packages: 73978