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

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.


wine 11.0
Dependencies: alsa-lib@1.2.16 bash-minimal@5.2.37 cups@2.4.14 dbus@1.16.2 eudev@3.2.14 fontconfig-minimal@2.16.0 freetype@2.13.3 gnutls@3.8.9 gst-plugins-base@1.28.1 libgphoto2@2.5.30 openldap@2.6.10 samba@4.18.1 sane@1.4.0 libpcap@1.10.1 libusb@1.0.25 libice@1.1.2 libx11@1.8.12 libxi@1.8.2 libxext@1.3.6 libxcursor@1.2.3 libxkbcommon@1.13.1 libxrender@0.9.12 libxrandr@1.5.4 libxinerama@1.1.5 libxxf86vm@1.1.6 libxcomposite@0.4.6 mesa@26.0.2 mit-krb5@1.21 openal@1.23.1 pulseaudio@16.1 sdl2@2.30.8 unixodbc@2.3.14 v4l-utils@1.24.1 vkd3d@1.18 vulkan-loader@1.4.335.0 wayland@1.24.0 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/wine.scm (gnu packages wine)
Home page: https://www.winehq.org/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Implementation of the Windows API (32-bit only)
Description:

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.

csvkit 2.0.1
Dependencies: python-agate-dbf@0.2.3 python-agate-excel@0.4.1 python-agate-sql@0.7.3 python-text-unidecode@1.3
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://csvkit.rtfd.org
Licenses: Expat
Build system: pyproject
Synopsis: Command-line tools for working with CSV
Description:

csvkit is a suite of command-line tools for converting to and working with CSV. It provides the following commands:

  • Input:

    • in2csv: Convert various formats to CSV.

    • sql2csv: Execute SQL commands on a database and return the data as CSV.

  • Processing:

    • csvclean: Remove common syntax errors.

    • csvcut: Filter and truncate CSV files.

    • csvgrep: Filter tabular data to only those rows where certain columns contain a given value or match a regular expression.

    • csvjoin: Merges two or more CSV tables together using a method analogous to SQL JOIN operation.

    • csvsort: Sort CSV files.

    • csvstack: Stack up the rows from multiple CSV files, optionally adding a grouping value to each row.

  • Output and analysis:

    • csvformat: Convert a CSV file to a custom output format.

    • csvjson: Converts a CSV file into JSON or GeoJSON.

    • csvlook: Renders a CSV to the command line in a Markdown-compatible, fixed-width format.

    • csvpy: Loads a CSV file into a agate.csv.Reader object and then drops into a Python shell so the user can inspect the data however they see fit.

    • csvsql: Generate SQL statements for a CSV file or execute those statements directly on a database.

    • csvstat: Prints descriptive statistics for all columns in a CSV file.

python-agate-excel 0.4.1
Propagated dependencies: python-agate@1.12.0 python-olefile@0.47 python-openpyxl@3.1.5 python-xlrd@2.0.2
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://agate-excel.rtfd.org
Licenses: Expat
Build system: pyproject
Synopsis: Add read support for Excel files (xls and xlsx) to agate
Description:

agateexcel uses a monkey patching pattern to add read for xls and xlsx files support to all agate.Table instances.

python-agate 1.12.0
Propagated dependencies: python-babel@2.16.0 python-isodate@0.7.2 python-leather@0.4.0 python-parsedatetime@2.6 python-pytimeparse@1.1.8 python-slugify@8.0.4 python-tzdata@2025.1
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://agate.rtfd.org
Licenses: Expat
Build system: pyproject
Synopsis: Data analysis library
Description:

Agate is a Python data analysis library. It is an alternative to numpy and pandas that solves real-world problems with readable code. Agate was previously known as journalism.

python-leather 0.4.0
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://leather.rtfd.org
Licenses: Expat
Build system: pyproject
Synopsis: Python charting for 80% of humans
Description:

Leather is a Python charting library for those who need charts now and don't care if they're perfect.

python-agate-dbf 0.2.3
Propagated dependencies: python-agate@1.12.0 python-dbfread@2.0.7-0.dce5446
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://agate-dbf.rtfd.org
Licenses: Expat
Build system: pyproject
Synopsis: Add read support for dbf files to agate
Description:

agatedbf uses a monkey patching pattern to add read for dbf files support to all agate.Table instances.

python-agate-sql 0.7.3
Propagated dependencies: python-agate@1.12.0 python-sqlalchemy@1.4.54
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://agate-sql.rtfd.org
Licenses: Expat
Build system: pyproject
Synopsis: SQL read/write support to agate
Description:

agatesql uses a monkey patching pattern to add SQL support to all agate.Table instances.

menumaker 0.99.14
Dependencies: python@3.12.12
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://menumaker.sourceforge.net/
Licenses: FreeBSD
Build system: gnu
Synopsis: Heuristics-driven menu generator
Description:

MenuMaker is a menu generation utility for a number of X window managers and desktop environments. It is capable of finding lots of installed programs and generating a root menu consistent across all supported window managers, so one will get (almost) the same menu in all of them. Currently supported window managers include:

  1. BlackBox

  2. Deskmenu

  3. FluxBox

  4. IceWM

  5. OpenBox

  6. PekWM

  7. WindowMaker

  8. XFCE

evilwm 1.3.1
Dependencies: libx11@1.8.12 libxext@1.3.6 libxrandr@1.5.4
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://www.6809.org.uk/evilwm/
Licenses: X11-style
Build system: gnu
Synopsis: Minimalist window manager for the X Window System
Description:

evilwm is a minimalist window manager based on aewm, extended to feature many keyboard controls with repositioning and maximize toggles, solid window drags, snap-to-border support, and virtual desktops.

wlrsetroot 0.1.0-0.1b9c2bc
Dependencies: wayland@1.24.0 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/9lbw/wlrsetroot
Licenses: GPL 3
Build system: meson
Synopsis: xsetroot emulator for wlroots-based compositors
Description:

wlrsetroot is a wayland wallpaper utility using wlr-layer-shell. It sets tiled XBM patterns or solid colors as your desktop background.

sbcl-stumpwm-rofi 0.1.0
Dependencies: stumpwm@24.11 rofi@2.0.0
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/Junker/stumpwm-rofi
Licenses: GPL 3+
Build system: asdf/sbcl
Synopsis: Rofi module for StumpWM
Description:

This package provides Rofi integration for StumpWM.

sbcl-stumpwm-acpi-backlight 0.1.0
Dependencies: stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/Junker/stumpwm-acpi-backlight
Licenses: GPL 3
Build system: asdf/sbcl
Synopsis: ACPI backlight control module for StumpWM
Description:

ACPI backlight control module for StumpWM.

swaynotificationcenter 0.12.6
Dependencies: blueprint-compiler@0.20.4 json-glib@1.10.0 glib@2.86.0 granite@7.8.1 gtk@4.22.1 gtk4-layer-shell@1.3.0 libadwaita@1.8.2 libhandy@1.8.3 libgee@0.20.8 libshumate@1.6.0 pulseaudio@16.1 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/ErikReider/SwayNotificationCenter
Licenses: Expat
Build system: meson
Synopsis: Notification daemon with a graphical interface
Description:

This package provides a notification daemon for the Sway Wayland compository, supporting the following features:

  • Keyboard shortcuts

  • Notification body markup with image support

  • A panel to view previous notifications

  • Show album art for notifications like Spotify

  • Do not disturb

  • Click notification to execute default action

  • Show alternative notification actions

  • Customization through a CSS file

  • Trackpad/mouse gesture to close notification

  • The same features as any other basic notification daemon

  • Basic configuration through a JSON config file

  • Hot-reload config through swaync-client

stumpwm-with-slynk 24.11
Dependencies: sbcl-slynk@1.0.43-9.9c43bf6 stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm
Licenses: GPL 2+
Build system: asdf/sbcl
Synopsis: Window manager written in Common Lisp
Description:

Stumpwm is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input. These design decisions reflect the growing popularity of productive, customizable lisp based systems.

trayer-srg 1.1.8
Dependencies: libx11@1.8.12 gdk-pixbuf@2.44.4 gtk+@2.24.33
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/sargon/trayer-srg
Licenses: Expat
Build system: gnu
Synopsis: Minimal GTK based system tray
Description:

trayer is small program designed to provide systray functionality present in GNOME/KDE desktop environments for window managers which do not support it.

sbcl-stumpwm-wifi 0.0.1-7.c4f077b
Dependencies: stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/wifi
Licenses: GPL 3+
Build system: asdf/sbcl
Synopsis: Modeline support for wifi connectivity
Description:

Modeline support for wifi connectivity.

wbg 1.3.0
Dependencies: libjpeg-turbo@2.1.4 libjxl@0.11.1 libpng@1.6.39 libwebp@1.3.2 pixman@0.46.4 wayland@1.24.0
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://codeberg.org/dnkl/wbg
Licenses: Expat
Build system: meson
Synopsis: Wallpaper application for Wayland compositors
Description:

wbg is a super simple wallpaper application for Wayland compositors implementing the layer-shell protocol.

awww 0.12.1
Dependencies: lz4@1.10.0 wayland@1.24.0 wayland-protocols@1.47
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://codeberg.org/LGFae/awww
Licenses: GPL 3+
Build system: cargo
Synopsis: Efficient animated wallpaper daemon for wayland controlled at runtime
Description:

An Answer to your Wayland Wallpaper Woes (awww). It uses minimal resources and provides animations for switching between backgrounds.

swayfx 0.5.3
Dependencies: basu@0.2.1 cairo@1.18.4 gdk-pixbuf@2.44.4 json-c@0.18 libevdev@1.13.6 libinput-minimal@1.29.1 libxkbcommon@1.13.1 pango@1.56.4 pcre2@10.42 scenefx@0.4.1 swaybg@1.2.1 wayland@1.24.0 wlroots@0.19.3
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/WillPower3309/swayfx
Licenses: Expat
Build system: meson
Synopsis: Sway Fork with extra options and effects
Description:

Fork of Sway, a Wayland compositor compatible with i3. SwayFX adds extra options and effects to the original Sway, such as blur, rounded corners, shadows, inactive window dimming, etc.

sbcl-stumpwm-stump-nm 0.0.1-7.c4f077b
Dependencies: stumpwm@24.11 sbcl-babel@0.5.0-3.627d6a6 sbcl-alexandria@1.4-0.009b7e5 sbcl-dbus@20231105-2.8bba6a0
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 3+
Build system: asdf/sbcl
Synopsis: StumpWM NetworkManager integration
Description:

This module allows you to manage your Wi-Fi networks and VPN connections from within StumpWM itself. It is intentionally pretty bare-bones in features, in that it allows you to enable/disable connections, and no more. It is not a replacement for nmtui and/or nmcli.

sdorfehs 1.7
Dependencies: freetype@2.13.3 libx11@1.8.12 libxft@2.3.8 libxrandr@1.5.4 libxres@1.2.2 libxtst@1.2.5
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/jcs/sdorfehs
Licenses: GPL 2+
Build system: gnu
Synopsis: Tiling window manager descended from ratpoison
Description:

sdorfehs is a tiling window manager descended from ratpoison (which itself is modeled after GNU Screen).

sdorfehs divides the screen into one or more frames, each only displaying one window at a time but can cycle through all available windows (those which are not being shown in another frame).

Like Screen, sdorfehs primarily uses prefixed/modal key bindings for most actions. sdorfehs's command mode is entered with a configurable keystroke (Control+a by default) which then allows a number of bindings accessible with just a single keystroke or any other combination. For example, to cycle through available windows in a frame, press Control+a then n.

sbcl-stumpwm-cpu 0.0.1-7.c4f077b
Dependencies: stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/cpu
Licenses: GPL 3+
Build system: asdf/sbcl
Synopsis: Modeline support for CPU info
Description:

Modeline support for CPU info.

i3-wm 4.25
Dependencies: libxcb@1.17.0 xcb-util@0.4.1 xcb-util-cursor@0.1.5 xcb-util-keysyms@0.4.1 xcb-util-wm@0.4.2 xcb-util-xrm@1.3 libxkbcommon@1.13.1 libev@4.33 yajl@2.1.0 xmlto@0.0.28 perl@5.36.0 perl-anyevent-i3@0.19 perl-json-xs@4.0 perl-common-sense@3.75 perl-types-serialiser@1.0 perl-pod-simple@3.45 libx11@1.8.12 pcre2@10.42 startup-notification@0.12 pango@1.56.4 cairo@1.18.4
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://i3wm.org/
Licenses: Modified BSD
Build system: meson
Synopsis: Tiling window manager
Description:

i3 is a tiling X11 window manager that dynamically manages tiled, stacked, and tabbed window layouts.

i3 primarily targets advanced users. Windows are managed manually and organised inside containers, which can be split vertically or horizontally, and optionally resized.

i3 uses a plain-text configuration file, and can be extended and controlled from many programming languages.

sbcl-stumpwm-pass 0.0.1-7.c4f077b
Dependencies: stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 2+ GPL 3+ FreeBSD
Build system: asdf/sbcl
Synopsis: Integrate @code{pass} with StumpWM
Description:

This package provides an interface which integrates password-store into StumpWM.

Total packages: 73955