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

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.


sbcl-nyxt 4.0.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-calispel@0.1-1.e9f2f9c sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-colors-ng@0.0.1 sbcl-cl-electron@0.0.0-5.f8703cb sbcl-cl-gopher@0.0.0-3.0899e7f sbcl-cl-json@0.6.0 sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-cl-prevalence@5-6.e6b2764 sbcl-cl-qrencode@0.1.2 sbcl-cl-sqlite@0.2.1 sbcl-cl-str@0.21 sbcl-cl-tld@0.1-2.f5014da sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-clss@0.3.1-3.cd5f603 sbcl-cluffer@0.0.0-1.4aad29c sbcl-dexador@0.9.15-3.d7ac217 sbcl-enchant@0.0.0-1.6af162a sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-iolib@0.8.4-0.010b7a6 sbcl-lass@0.6.0-1.1f2418d sbcl-local-time@1.0.6-4.40169fe sbcl-log4cl@1.1.4-2.fe3da51 sbcl-lparallel@2.8.4-1.80fc295 sbcl-nclasses@0.6.1 sbcl-nfiles@1.1.4-0.b44b06c sbcl-nhooks@1.2.2 sbcl-njson@1.2.2 sbcl-nkeymaps@1.1.1 sbcl-nsymbols@0.3.2 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-phos@0.0.1-2.eb81eaf sbcl-plump@2.0.0-4.251fbe0 sbcl-prompter@0.1.1-0.fb0302d sbcl-py-configparser@1.0.3 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-spinneret@3.0-7.fa70fca sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-arguments@1.1.0-1.ecd84ed sbcl-trivial-clipboard@0.0.0-8.50b3d3a sbcl-trivial-package-local-nicknames@0.2 sbcl-trivial-types@0.0.1 sbcl-unix-opts@0.1.7-1.0e61f34
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/atlas-engineer/nyxt
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Nyxt - the hacker's browser.
Description:

Nyxt [nýkst] is a keyboard-driven web browser designed for hackers. Inspired by Emacs and Vim, it has familiar keybindings (Emacs, vi, CUA), and is infinitely extensible in Lisp.

sbcl-nkeymaps 1.1.1-1.e3f369d
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-fset@2.4.5 sbcl-cl-str@0.21 sbcl-trivial-package-local-nicknames@0.2
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/atlas-engineer/nkeymaps
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Keymap facility for Common Lisp
Description:

This is a keymap facility for Common Lisp inspired by Emacsy (keymap.scm) which is inspired by Emacs.

  • Support prefix keys to other keymaps. For instance, if you prefix my-mode-map with C-c, then all bindings for my-mode will be accessible after pressing C-c.

  • List all bindings matching a given prefix. (Also known as which-key in Emacs.)

  • List the bindings associated to a command.

  • Support multiple inheritance.

  • Support keycode.

  • Validate keyspec at compile time.

  • define-key can set multiple bindings in a single call.

  • Support multiple scheme to make it easy to switch between, say, Emacs-style and VI-style bindings. This orthogonality to keymaps composes better than having multiple keymaps: changing scheme applies to the entire program, which is easier than looping through all keymaps to change them.

  • Translate keyspecs as a fallback. For instance if shift-a is not bound, check A.

  • Behaviour can be customized with global parameters such as *print-shortcut*.

  • The compose function can merge multiple keymaps together.

  • Support multiple arguments when that makes sense (e.g. multiple keymaps for lookup-key).

  • Key remapping à-la Emacs.

  • Typed keymaps, i.e. keymaps where bound values can only be of a given type. This is convenient to catch typos, for instance when binding 'FOO instead of #'FOO.

sbcl-nfiles 1.1.4-0.b44b06c
Dependencies: gnupg@2.4.8 sbcl-alexandria@1.4-0.009b7e5 sbcl-nclasses@0.6.1 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-package-local-nicknames@0.2 sbcl-trivial-types@0.0.1
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/atlas-engineer/nfiles
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Manage file persistence and loading in Common Lisp
Description:

NFiles is a Common Lisp library to help manage file persistence and loading, in particular user-centric files like configuration files. It boasts the following features:

  • Dynamic and customizable path expansion.

  • Extensible serialization and deserialization.

  • Cached reads and writes. When a file object expands to the same path as another one, a read or write on it won’t do anything in case there was no change since last write.

  • (Experimental!) On-the-fly PGP encryption.

  • Profile support.

  • On read error, existing files are backed up.

  • On write error, no file is written to disk, the existing file is preserved.

sbcl-sijo-utils 0.1.0
Dependencies: sbcl-generic-cl@0.9 sbcl-alexandria@1.4-0.009b7e5 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-f-underscore@0.1 sbcl-arrow-macros@0.2.7-0.16bdfd3 sbcl-cl-ppcre@2.1.1 sbcl-cl-str@0.21
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://git.sr.ht/~simendsjo/sijo-utils
Licenses: ASL 2.0
Build system: asdf/sbcl
Synopsis: Utilities for Lisp
Description:

Utilities for Lisp

sbcl-sycamore 0.0.20250808-3.03cf325
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-ppcre@2.1.1
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://ndantam.github.io/sycamore/
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Purely functional data structure library in Common Lisp
Description:

Sycamore is a fast, purely functional data structure library in Common Lisp. If features:

  • Fast, purely functional weight-balanced binary trees.

  • Leaf nodes are simple-vectors, greatly reducing tree height.

  • Interfaces for tree Sets and Maps (dictionaries).

  • Ropes.

  • Purely functional pairing heaps.

  • Purely functional amortized queue.

sbcl-prompter 0.1.1-0.fb0302d
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-calispel@0.1-1.e9f2f9c sbcl-cl-containers@0.12.1-4.781ebfe sbcl-cl-str@0.21 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-lparallel@2.8.4-1.80fc295 sbcl-moptilities@0.3.13-1.a436f16 sbcl-nclasses@0.6.1 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-trivial-package-local-nicknames@0.2
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/atlas-engineer/prompter
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Live-narrowing, fuzzy-matching, extensible prompt framework
Description:

This prompter library is heavily inspired by Emacs' minibuffer and Helm (https://emacs-helm.github.io/helm/). It only deals with the backend side of things, it does not handle any display. Features include asynchronous suggestion computation, multiple sources, actions and resumable prompters.

makemkv 1.18.2
Dependencies: glibc@2.41 makemkv-bin@1.18.2 makemkv-oss@1.18.2
Channel: sijo
Location: sijo/packages/makemkv.scm (sijo packages makemkv)
Home page: https://www.makemkv.com
Licenses: Nonfree
Build system: copy
Synopsis: makemkv
Description:

makemkv

mob-cli 5.3.3
Channel: sijo
Location: sijo/packages/mob-cli.scm (sijo packages mob-cli)
Home page: https://mob.sh
Licenses: Expat
Build system: copy
Synopsis: Tool for smooth git handover
Description:

Fast git handover for remote pair/mob programming.

nats-tools 0.1.4
Dependencies: unzip@6.0
Channel: sijo
Location: sijo/packages/nats.scm (sijo packages nats)
Home page: https://github.com/nats-io/natscli
Licenses: ASL 2.0
Build system: copy
Synopsis: The NATS Command Line Interface
Description:

A command line utility to interact with and manage NATS.

node-synchronous-socket 73e1ce83b2
Dependencies: node-nan@2.22.0 node-bindings@1.5.0
Channel: sijo
Location: sijo/packages/node-xyz.scm (sijo packages node-xyz)
Home page: https://github.com/atlas-engineer/synchronous-socket
Licenses: Modified BSD
Build system: node
Synopsis: Node.js package for syncronous socket access.
Description:

This Node.js module exposes a class called SynchronousSocket, which acts as a synchronous interface to Unix domain sockets.

sijo-nyxt 4.0.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-calispel@0.1-1.e9f2f9c sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-colors-ng@0.0.1 sbcl-cl-electron@0.0.0-5.f8703cb sbcl-cl-gopher@0.0.0-3.0899e7f sbcl-cl-json@0.6.0 sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-cl-prevalence@5-6.e6b2764 sbcl-cl-qrencode@0.1.2 sbcl-cl-sqlite@0.2.1 sbcl-cl-str@0.21 sbcl-cl-tld@0.1-2.f5014da sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-clss@0.3.1-3.cd5f603 sbcl-cluffer@0.0.0-1.4aad29c sbcl-dexador@0.9.15-3.d7ac217 sbcl-enchant@0.0.0-1.6af162a sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-iolib@0.8.4-0.010b7a6 sbcl-lass@0.6.0-1.1f2418d sbcl-local-time@1.0.6-4.40169fe sbcl-log4cl@1.1.4-2.fe3da51 sbcl-lparallel@2.8.4-1.80fc295 sbcl-nclasses@0.6.1 sbcl-nfiles@1.1.4-0.b44b06c sbcl-nhooks@1.2.2 sbcl-njson@1.2.2 sbcl-nkeymaps@1.1.1 sbcl-nsymbols@0.3.2 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-phos@0.0.1-2.eb81eaf sbcl-plump@2.0.0-4.251fbe0 sbcl-prompter@0.1.1-0.fb0302d sbcl-py-configparser@1.0.3 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-spinneret@3.0-7.fa70fca sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-arguments@1.1.0-1.ecd84ed sbcl-trivial-clipboard@0.0.0-8.50b3d3a sbcl-trivial-package-local-nicknames@0.2 sbcl-trivial-types@0.0.1 sbcl-unix-opts@0.1.7-1.0e61f34
Channel: sijo
Location: sijo/packages/nyxt.scm (sijo packages nyxt)
Home page: https://github.com/atlas-engineer/nyxt
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Nyxt - the hacker's browser.
Description:

Nyxt [nýkst] is a keyboard-driven web browser designed for hackers. Inspired by Emacs and Vim, it has familiar keybindings (Emacs, vi, CUA), and is infinitely extensible in Lisp.

sijo-sbcl-nyxt 4.0.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-calispel@0.1-1.e9f2f9c sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-colors-ng@0.0.1 sbcl-cl-electron@0.0.0-5.f8703cb sbcl-cl-gopher@0.0.0-3.0899e7f sbcl-cl-json@0.6.0 sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-cl-prevalence@5-6.e6b2764 sbcl-cl-qrencode@0.1.2 sbcl-cl-sqlite@0.2.1 sbcl-cl-str@0.21 sbcl-cl-tld@0.1-2.f5014da sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-clss@0.3.1-3.cd5f603 sbcl-cluffer@0.0.0-1.4aad29c sbcl-dexador@0.9.15-3.d7ac217 sbcl-enchant@0.0.0-1.6af162a sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-iolib@0.8.4-0.010b7a6 sbcl-lass@0.6.0-1.1f2418d sbcl-local-time@1.0.6-4.40169fe sbcl-log4cl@1.1.4-2.fe3da51 sbcl-lparallel@2.8.4-1.80fc295 sbcl-nclasses@0.6.1 sbcl-nfiles@1.1.4-0.b44b06c sbcl-nhooks@1.2.2 sbcl-njson@1.2.2 sbcl-nkeymaps@1.1.1 sbcl-nsymbols@0.3.2 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-phos@0.0.1-2.eb81eaf sbcl-plump@2.0.0-4.251fbe0 sbcl-prompter@0.1.1-0.fb0302d sbcl-py-configparser@1.0.3 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-spinneret@3.0-7.fa70fca sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-arguments@1.1.0-1.ecd84ed sbcl-trivial-clipboard@0.0.0-8.50b3d3a sbcl-trivial-package-local-nicknames@0.2 sbcl-trivial-types@0.0.1 sbcl-unix-opts@0.1.7-1.0e61f34
Channel: sijo
Location: sijo/packages/nyxt.scm (sijo packages nyxt)
Home page: https://github.com/atlas-engineer/nyxt
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Nyxt - the hacker's browser.
Description:

Nyxt [nýkst] is a keyboard-driven web browser designed for hackers. Inspired by Emacs and Vim, it has familiar keybindings (Emacs, vi, CUA), and is infinitely extensible in Lisp.

nyxt 4.0.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-calispel@0.1-1.e9f2f9c sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-colors-ng@0.0.1 sbcl-cl-electron@0.0.0-5.f8703cb sbcl-cl-gopher@0.0.0-3.0899e7f sbcl-cl-json@0.6.0 sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-cl-prevalence@5-6.e6b2764 sbcl-cl-qrencode@0.1.2 sbcl-cl-sqlite@0.2.1 sbcl-cl-str@0.21 sbcl-cl-tld@0.1-2.f5014da sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-clss@0.3.1-3.cd5f603 sbcl-cluffer@0.0.0-1.4aad29c sbcl-dexador@0.9.15-3.d7ac217 sbcl-enchant@0.0.0-1.6af162a sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-iolib@0.8.4-0.010b7a6 sbcl-lass@0.6.0-1.1f2418d sbcl-local-time@1.0.6-4.40169fe sbcl-log4cl@1.1.4-2.fe3da51 sbcl-lparallel@2.8.4-1.80fc295 sbcl-nclasses@0.6.1 sbcl-nfiles@1.1.4-0.b44b06c sbcl-nhooks@1.2.2 sbcl-njson@1.2.2 sbcl-nkeymaps@1.1.1 sbcl-nsymbols@0.3.2 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-phos@0.0.1-2.eb81eaf sbcl-plump@2.0.0-4.251fbe0 sbcl-prompter@0.1.1-0.fb0302d sbcl-py-configparser@1.0.3 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-13.71f35c9 sbcl-spinneret@3.0-7.fa70fca sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-arguments@1.1.0-1.ecd84ed sbcl-trivial-clipboard@0.0.0-8.50b3d3a sbcl-trivial-package-local-nicknames@0.2 sbcl-trivial-types@0.0.1 sbcl-unix-opts@0.1.7-1.0e61f34
Channel: sijo
Location: sijo/packages/nyxt.scm (sijo packages nyxt)
Home page: https://github.com/atlas-engineer/nyxt
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Nyxt - the hacker's browser.
Description:

Nyxt [nýkst] is a keyboard-driven web browser designed for hackers. Inspired by Emacs and Vim, it has familiar keybindings (Emacs, vi, CUA), and is infinitely extensible in Lisp.

powershell 7.5.4
Dependencies: gcc@14.3.0 glibc@2.41 icu4c@73.1 lttng-ust@2.15.0 mit-krb5@1.21 openssl@3.5.5 zlib@1.3.1
Channel: sijo
Location: sijo/packages/powershell.scm (sijo packages powershell)
Home page: https://microsoft.com/PowerShell
Licenses: Expat
Build system: copy
Synopsis: PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.
Description:

PowerShell is a modern command shell that includes the best features of other popular shells. Unlike most shells that only accept and return text, PowerShell accepts and returns .NET objects.

sijo-pinentry 0.2.0
Dependencies: pinentry@1.3.2 pinentry-tty@1.3.2 pinentry-emacs@1.3.2 pinentry-qt@1.3.2
Channel: sijo
Location: sijo/packages/sijo-pinentry.scm (sijo packages sijo-pinentry)
Home page: https://git.sr.ht/~simendsjo/dotfiles
Licenses: GPL 3
Build system: copy
Synopsis: Helper for calling a suitable pinentry program
Description:

Helper for calling a suitable pinentry program.

stumpwm 24.11-0.a774bfe
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-ppcre@2.1.1 sbcl-clx@0.7.7
Channel: sijo
Location: sijo/packages/window-management.scm (sijo packages window-management)
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.

r-dev 4.5.0-87107
Dependencies: coreutils@9.1 curl@8.6.0 openblas@0.3.31 gfortran@14.3.0 grep@3.11 icu4c@73.1 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libxt@1.3.1 pango@1.56.4 pcre2@10.42 readline@8.2.13 tcl@8.6.12 tk@8.6.12 which@2.21 zlib@1.3.1 bash-minimal@5.2.37
Channel: lguix-channel
Location: r-dev.scm (r-dev)
Home page: https://www.r-project.org/
Licenses: GPL 3+
Build system: gnu
Synopsis: Environment for statistical computing and graphics
Description:

R is a language and environment for statistical computing and graphics. It provides a variety of statistical techniques, such as linear and nonlinear modeling, classical statistical tests, time-series analysis, classification and clustering. It also provides robust support for producing publication-quality data plots. A large amount of 3rd-party packages are available, greatly increasing its breadth and scope.

haunt-latest 0.4.0+d47f81f8e5a8c65a19a74ee491a3efdce3a397d6
Dependencies: bash-minimal@5.2.37 guile@3.0.11
Propagated dependencies: guile-reader@0.6.4 guile-commonmark@0.1.2-0.8ebb304
Channel: fnat
Location: fnat/packages/guile-xyz.scm (fnat packages guile-xyz)
Home page: https://dthompson.us/projects/haunt.html
Licenses: GPL 3+
Build system: gnu
Synopsis: Functional static site generator
Description:

Haunt is a static site generator written in Guile Scheme. Haunt features a functional build system and an extensible interface for reading articles in any format.

keyfreq 0.0.0
Dependencies: guile@3.0.9 guile-sqlite3@0.1.3
Channel: fnat
Location: fnat/packages/misc.scm (fnat packages misc)
Home page:
Licenses: GPL 3+
Build system: trivial
Synopsis: Utility to collect keystroke frequencies
Description:

A utility that monitors keyboard input and calculates keystroke frequencies. It is meant to work under Xorg in combination with other utilities, xinput and xmodmap.

systemd-stub 255
Dependencies: libcap@2.64 python-pyelftools@0.32 util-linux@2.40.4
Channel: sakura
Location: sakura/packages/bootloaders.scm (sakura packages bootloaders)
Home page: https://systemd.io
Licenses: LGPL 2.1+
Build system: meson
Synopsis: Unified kernel image UEFI stub
Description:

Simple UEFi boot stub that loads a conjoined kernel image and supporting data to their proper locations, before chainloading to the kernel. Supports measured and/or verified boot environments.

ukify 255
Dependencies: binutils@2.44 python-cryptography@44.0.0 python-pefile@2024.8.26 sbsigntools@0.9.5
Channel: sakura
Location: sakura/packages/bootloaders.scm (sakura packages bootloaders)
Home page: https://systemd.io
Licenses: LGPL 2.1+
Build system: python
Synopsis: Unified kernel image UEFI tool
Description:

ukify joins together a UKI stub, linux kernel, initrd, kernel arguments, and optional secure boot signatures into a single, UEFI-bootable image.

lavanda-gtk-theme 2024-04-28
Dependencies: sassc@3.6.2 coreutils@9.1 sed@4.9 bash@5.2.37
Channel: sakura
Location: sakura/packages/gnome-xyz.scm (sakura packages gnome-xyz)
Home page: https://github.com/vinceliuice/Lavanda-gtk-theme
Licenses: GPL 3
Build system: trivial
Synopsis: Lavanda gtk theme for linux desktops
Description:

Lavanda gtk theme for linux desktops

Total packages: 72693