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

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.


stb-image-write 1.16
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image-write is a small library for writing image files to the C stdio interface.

stb-image-resize 0.97
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image-resize is a library that supports scaling and translation of images. This library is deprecated; stb-image-resize2 should be used instead.

stb-truetype 1.26
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-truetype is a library for parsing, decoding, and rasterizing characters from TrueType fonts.

stb-rect-pack 1.01
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-rect-pack is a small rectangle packing library useful for, e.g., packing rectangular textures into an atlas. It does not do rotation.

stb-image 2.30
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image is a small and self-contained library for image loading or decoding from file or memory. A variety of formats are supported.

stb-image-resize2 2.12
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image-resize2 is a library that supports scaling and translation of images.

stb-sprintf 1.10
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-sprintf implements fast sprintf, snprintf for C/C++.

python-plover-stroke 1.1.0
Channel: guix
Location: gnu/packages/stenography.scm (gnu packages stenography)
Home page: https://github.com/benoit-pierre/plover_stroke
Licenses: GPL 2+
Build system: pyproject
Synopsis: Stroke handling helper library for Plover
Description:

This package provides a helper class for working with steno strokes.

swapspace 1.18.1
Channel: guix
Location: gnu/packages/storage.scm (gnu packages storage)
Home page: https://github.com/Tookmund/swapspace
Licenses: GPL 2+
Build system: gnu
Synopsis: Dynamic swap manager for Linux
Description:

This package provides a dynamic swap manager for Linux.

spdk 25.09
Dependencies: cunit@2.1-3 dpdk@25.07 elfutils@0.192 fuse@3.18.1 gcc@14.3.0 glibc@2.41 isa-l@2.31.1 jansson@2.14 libaio@0.3.113 libarchive@3.7.7 libbsd@0.11.7 libnl@3.12.0 libpcap@1.10.1 ncurses@6.2.20210619 numactl@2.0.16 openlibm@0.8.7 openssl@3.5.5 python-configshell-fb@1.1.30 python-hatchling@1.27.0 util-linux@2.40.4 zlib@1.3.1 zstd@1.5.6
Channel: guix
Location: gnu/packages/storage.scm (gnu packages storage)
Home page: https://spdk.io/
Licenses: Modified BSD
Build system: gnu
Synopsis: Storage Performance Development Kit
Description:

Storage Performance Development Kit provides a set of tools and libraries for writing high performance,scalable, user-mode storage applications.

Note: the spdk-mcp binary requires the optional mcp[cli] Python dependency, and spdk-sma requires grpcio and protobuf. These are not currently packaged in Guix.

garage 2.3.0
Dependencies: libsodium@1.0.22 lmdb@0.9.29 openssl@3.5.5 sqlite@3.39.3 zstd@1.5.6 rust-ring@0.17.14
Channel: guix
Location: gnu/packages/storage.scm (gnu packages storage)
Home page: https://garagehq.deuxfleurs.fr/
Licenses: AGPL 3
Build system: cargo
Synopsis: S3-compatible, distributed object storage designed for self-hosting
Description:

Garage is a lightweight, geo-distributed data store that implements the Amazon S3 object storage protocol, with a focus on simplicity and resiliency.

libnbd 1.24.0
Dependencies: bash-minimal@5.2.37 fuse@3.18.1 gnutls@3.8.9 libxml2@2.14.6 python-minimal@3.12.12
Channel: guix
Location: gnu/packages/storage.scm (gnu packages storage)
Home page: https://gitlab.com/nbdkit/libnbd
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Network Block Device client library in userspace
Description:

NBD is a protocol for accessing block devices (hard disks and disk-like things) over a network. This is the NBD client library in userspace, a simple library for writing NBD clients. The key features are:

  • Synchronous API for ease of use.

  • Asynchronous API for writing non-blocking, multithreaded clients.

  • High performance.

  • Minimal dependencies for the basic library.

  • Well-documented, stable API.

  • Bindings in several programming languages.

  • Shell (nbdsh) for command line and scripting.

  • Copying tool (nbdcopy) for high performance copying and streaming.

  • Hexdump tool (nbddump) to print NBD content.

  • Query tool (nbdinfo) to query NBD servers.

  • FUSE support (nbdfuse) to mount NBD in the local file system.

  • Linux ublk support (nbdublk) to create the userspace block device.

libgrapheme 3.0.0
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://libs.suckless.org/libgrapheme/
Licenses: ISC
Build system: gnu
Synopsis: C99 library for Unicode strings
Description:

Libgrapheme is a simple freestanding C99 library providing utilities to handle strings according to the Unicode standard.

dmenu 5.4
Dependencies: freetype@2.13.3 libxft@2.3.8 libx11@1.8.12 libxinerama@1.1.5
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://tools.suckless.org/dmenu/
Licenses: X11
Build system: gnu
Synopsis: Dynamic menu
Description:

A dynamic menu for X, originally designed for dwm. It manages large numbers of user-defined menu items efficiently.

sfm 0.4-0.f1f1197
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://github.com/afify/sfm
Licenses: ISC
Build system: gnu
Synopsis: Simple file manager
Description:

sfm is a simple file manager.

sfeed 2.4
Dependencies: ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://git.codemadness.org/sfeed
Licenses: ISC
Build system: gnu
Synopsis: RSS and Atom parser
Description:

sfeed converts RSS or Atom feeds from XML to a TAB-separated file. There are formatting programs included to convert this TAB-separated format to various other formats. There are also some programs and scripts included to import and export OPML and to fetch, filter, merge and order feed items.

libutf 0.1-1.ee5074d
Dependencies: gawk@5.3.0
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://github.com/cls/libutf
Licenses: Expat
Build system: gnu
Synopsis: Plan 9 compatible UTF-8 library
Description:

This is a C89 UTF-8 library, with an API compatible with that of Plan 9's libutf, but with a number of improvements:

  • Support for runes beyond the Basic Multilingual Plane.

  • utflen and utfnlen cannot overflow on 32- or 64-bit machines.

  • chartorune treats all invalid codepoints as though Runeerror.

  • fullrune, utfecpy, and utfnlen do not overestimate the length of malformed runes.

  • An extra function, charntorune(p,s,n), equivalent to fullrune(s,n) ? chartorune(p,s): 0.

  • Runeerror may be set to an alternative replacement value, such as -1, to be used instead of U+FFFD.

9base 7-0.63916da
Dependencies: lib9@7-0.63916da
Propagated dependencies: rc@1.7.4
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://tools.suckless.org/9base/
Licenses: Expat LPL 1.02
Build system: gnu
Synopsis: Port of various Plan 9 tools for Unix
Description:

This package provides ported versions of various Plan 9 userland tools for Unix.

dmenu-wayland 0.1-0.a380201
Dependencies: bash-minimal@5.2.37 cairo@1.18.4 pango@1.56.4 glib@2.86.0 libxkbcommon@1.13.1 wayland@1.24.0 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://github.com/nyyManni/dmenu-wayland
Licenses: Expat
Build system: meson
Synopsis: Dynamic menu for wayland
Description:

This package implements a functionality to display newline-separated input stdin as a menubar for Wayland and wlroots.

slock 1.6
Dependencies: libx11@1.8.12 libxcrypt@4.4.38 libxext@1.3.6 libxinerama@1.1.5 libxrandr@1.5.4
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://tools.suckless.org/slock/
Licenses: X11
Build system: gnu
Synopsis: Simple X session lock
Description:

Simple X session lock with trivial feedback on password entry.

surf 2.1
Dependencies: dmenu@5.4 gcr@3.41.2 glib-networking@2.80.1 gsettings-desktop-schemas@48.0 webkitgtk-with-libsoup2@2.50.3 xprop@1.2.8
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://surf.suckless.org/
Licenses: Expat X11
Build system: glib-or-gtk
Synopsis: Simple web browser
Description:

Surf is a simple web browser based on WebKit/GTK+. It is able to display websites and follow links. It supports the XEmbed protocol which makes it possible to embed it in another application. Furthermore, one can point surf to another URI by setting its XProperties.

snooze 0.5.1
Channel: guix
Location: gnu/packages/suckless.scm (gnu packages suckless)
Home page: https://github.com/leahneukirchen/snooze
Licenses: CC0
Build system: gnu
Synopsis: Run a command at a particular time
Description:

snooze is a tool for waiting until a particular time and then running a command.

Total packages: 72465