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

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.


zig-zls 0.15.0
Dependencies: zig-lsp-kit@0.1.0-0.6274eeb zig-diffz@0.0.1-0.a20dd1f zig-known-folders@0.7.0-0.92defae
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/zigtools/zls
Licenses: Expat
Build system: zig
Synopsis: Zig language server
Description:

Zig Language Server is a language server implementing the LSP for the Zig programming language.

zig-lsp-codegen 0.1.0-0.063a98c
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://zigtools.github.io/zig-lsp-codegen/
Licenses: Expat
Build system: zig
Synopsis: Generate @code{std.json} compatible Zig code
Description:

This package provides a Zig library to generate std.json compatible Zig code based on the LSP meta model.

zig-zigimg 0.1.0-0.52f10dd
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/zigimg/zigimg
Licenses: Expat
Build system: zig
Synopsis: Zig image library
Description:

zigimg is a Zig library for reading and writing different image formats.

zig-known-folders 0.7.0-0.1cceeb7
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/ziglibs/known-folders
Licenses: Expat
Build system: zig
Synopsis: Zig library to access well-known folders
Description:

This package provides a Zig library for accessing well-known folders across several operating systems.

zig-known-folders 0.7.0-0.92defae
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/ziglibs/known-folders
Licenses: Expat
Build system: zig
Synopsis: Zig library to access well-known folders
Description:

This package provides a Zig library for accessing well-known folders across several operating systems.

zig-wlroots 0.19.3
Propagated dependencies: wlroots@0.19.2 zig-pixman@0.3.0 zig-wayland@0.4.0 zig-xkbcommon@0.3.0
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://codeberg.org/ifreund/zig-wlroots
Licenses: Expat
Build system: zig
Synopsis: Zig bindings for wlroots
Description:

This package provides Zig bindings for wlroots.

tigerbeetle 0.16.41
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/tigerbeetledb/tigerbeetle
Licenses: ASL 2.0
Build system: zig
Synopsis: Distributed financial accounting database
Description:

TigerBeetle is a financial accounting database designed for mission-critical safety and performance for financial services.

zig-diffz 0.0.1-0.420fcb2
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/ziglibs/diffz
Licenses: Expat
Build system: zig
Synopsis: Implementation of go-diff's diffmatchpatch in Zig
Description:

This package provides a Zig implementation of diffmatchpatch in go-github-com-sergi-go-diff.

zig-diffz 0.0.1-1.ef45c00
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/ziglibs/diffz
Licenses: Expat
Build system: zig
Synopsis: Implementation of go-diff's diffmatchpatch in Zig
Description:

This package provides a Zig implementation of diffmatchpatch in go-github-com-sergi-go-diff.

zig-zls 0.12.0
Dependencies: zig-diffz@0.0.1-0.420fcb2 zig-known-folders@0.7.0-0.1cceeb7
Channel: guix
Location: gnu/packages/zig-xyz.scm (gnu packages zig-xyz)
Home page: https://github.com/zigtools/zls
Licenses: Expat
Build system: zig
Synopsis: Zig language server
Description:

Zig Language Server is a language server implementing the LSP for the Zig programming language.

zig 0.12.1
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@17.0.6 lld@17.0.6
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.13.0
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@18.1.8 lld@18.1.8
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.9.1
Dependencies: clang@13.0.1 lld@13.0.1
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.13.0
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@18.1.8 lld@18.1.8
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.10.1
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@15.0.7 lld@15.0.7
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.15.2
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@20.1.8 lld@20.1.8
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.11.0
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@16.0.6 lld@16.0.6
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zig 0.14.1
Dependencies: zlib@1.3.1 zstd@1.5.6 clang@19.1.7 lld@19.1.7
Channel: guix
Location: gnu/packages/zig.scm (gnu packages zig)
Home page: https://github.com/ziglang/zig
Licenses: Expat
Build system: cmake
Synopsis: General purpose programming language and toolchain
Description:

Zig is a general-purpose programming language and toolchain. Among other features it provides

  • an Optional type instead of null pointers,

  • manual memory management,

  • generic data structures and functions,

  • compile-time reflection and compile-time code execution,

  • integration with C using zig as a C compiler, and

  • concurrency via async functions.

zile 2.6.4
Dependencies: libgc@8.2.8 ncurses@6.2.20210619 bash@5.2.37 libgee@0.20.8 glib@2.86.0
Channel: guix
Location: gnu/packages/zile.scm (gnu packages zile)
Home page: https://www.gnu.org/software/zile/
Licenses: GPL 3+
Build system: gnu
Synopsis: Lightweight Emacs clone
Description:

GNU Zile is a lightweight Emacs clone. It usage is similar to the default Emacs configuration, but it carries a much lighter feature set.

zile-on-guile 2.6.4-0.fd09781
Dependencies: guile@2.0.14 libgc@8.2.8 ncurses@6.2.20210619 bash@5.2.37 libgee@0.20.8 glib@2.86.0
Channel: guix
Location: gnu/packages/zile.scm (gnu packages zile)
Home page: https://github.com/spk121/zile
Licenses: GPL 3+
Build system: gnu
Synopsis: Lightweight clone of the Emacs editor using Guile
Description:

GNU Zile is a lightweight clone of the Emacs editor, and Zile-on-Guile is a variant of Zile that can be extended in Guile Scheme. Hitting M-C (or: Alt and C) brings up a Guile REPL from which interactive functions akin to those of Emacs can be invoked.

gnumach 1.8+git20260224
Channel: guix
Location: gnu/system/hurd.scm (gnu system hurd)
Home page: https://www.gnu.org/software/hurd/microkernel/mach/gnumach.html
Licenses: GPL 2+
Build system: gnu
Synopsis: Microkernel of the GNU system
Description:

GNU Mach is the microkernel upon which a GNU Hurd system is based.

make-test-boot0 4.4.1
Dependencies: glibc-bootstrap@0 gcc-bootstrap@0 binutils-bootstrap@0 bootstrap-binaries@0 bootstrap-binaries@0
Channel: guix
Location: guix/tests.scm (guix tests)
Home page: https://www.gnu.org/software/make/
Licenses: GPL 3+
Build system: gnu
Synopsis: Remake files automatically
Description:

Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.

Page: 1296229632964
Total packages: 71134