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

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.


python-icoextract 0.3.0
Propagated dependencies: python-pefile@2024.8.26 python-pillow@12.1.1
Channel: small-guix
Location: small-guix/packages/bottles.scm (small-guix packages bottles)
Home page: https://github.com/jlu5/icoextract
Licenses: Expat
Build system: pyproject
Synopsis: Icon extractor for Windows executables
Description:

This package extracts the icon resources embedded in Windows .exe and .dll files and writes them out as .ico files. It provides the icoextract and icolist commands as well as a Python library, and a thumbnailer for file managers that follow the freedesktop.org thumbnail specification.

python-vkbasalt-cli 3.1.1
Channel: small-guix
Location: small-guix/packages/bottles.scm (small-guix packages bottles)
Home page: https://gitlab.com/TheEvilSkeleton/vkbasalt-cli
Licenses: LGPL 3 GPL 3
Build system: pyproject
Synopsis: Configuration front end for the vkBasalt Vulkan layer
Description:

This package reads and writes the configuration files of the vkBasalt Vulkan post processing layer. It provides the vkbasalt command, which turns command line arguments into a vkBasalt.conf file, and the vkbasalt.lib Python module that other programs use to parse and emit the same files.

python-yara 4.5.4
Dependencies: yara@4.5.2
Channel: small-guix
Location: small-guix/packages/bottles.scm (small-guix packages bottles)
Home page: https://github.com/VirusTotal/yara-python
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Python bindings for the YARA pattern matching engine
Description:

This package lets Python programs compile YARA rules and match them against files, in-memory buffers and running processes, exposing the functionality of the yara library.

bottles 66.1
Dependencies: adwaita-icon-theme@48.1 bash-minimal@5.2.37 cabextract@1.11 desktop-file-utils@0.28 gtk@4.22.1 gtksourceview@5.16.0 imagemagick@6.9.13-5 libadwaita@1.8.2 libportal@0.9.1 librsvg@2.58.5 patool@4.0.1 python@3.12.12 python-chardet@5.2.0 python-icoextract@0.3.0 python-markdown@3.10 python-pathvalidate@2.4.1 python-pefile@2024.8.26 python-pycairo@1.28.0 python-pycurl@7.45.4 python-pygobject@3.54.3 python-pyyaml@6.0.2 python-requests@2.32.5 python-vkbasalt-cli@3.1.1 python-yara@4.5.4 vulkan-tools@1.4.335.0 wine64@11.0 xdg-utils@1.2.1 xdpyinfo@1.3.4 7zip@26.01
Channel: small-guix
Location: small-guix/packages/bottles.scm (small-guix packages bottles)
Home page: https://usebottles.com
Licenses: GPL 3
Build system: meson
Synopsis: Run Windows software on GNU/Linux with Wine
Description:

Bottles runs Windows software on GNU/Linux inside isolated Wine prefixes, called bottles. Each bottle keeps its own runner, its own set of DLL components such as DXVK and VKD3D, and its own configuration, so that programs cannot interfere with one another. Bottles can install dependencies from a curated repository, import prefixes from other Wine front ends, version the contents of a bottle, and export installed programs as desktop entries.

btdu 0.6.0
Channel: small-guix
Location: small-guix/packages/btdu.scm (small-guix packages btdu)
Home page: https://github.com/CyberShadow/btdu
Licenses: GPL 2
Build system: copy
Synopsis: Sampling disk usage profiler for btrfs
Description:

btdu is a sampling disk usage profiler for btrfs. It works according to the following algorithm:

  • Pick a random point on the disk in use

  • Find what is located at that point

  • Add the path to the results

  • Repeat the above steps indefinitely

Though it works by taking random samples, it is "eventually" accurate.

docker-compose 2.39.4
Channel: small-guix
Location: small-guix/packages/compose.scm (small-guix packages compose)
Home page: https://www.docker.com/
Licenses: ASL 2.0
Build system: copy
Synopsis: Multi-container orchestration for Docker
Description:

Docker Compose is a tool for defining and running multi-container Docker applications. A Compose file is used to configure an application’s services. Then, using a single command, the containers are created and all the services are started as specified in the configuration.

cntb 1.5.5
Channel: small-guix
Location: small-guix/packages/contabo.scm (small-guix packages contabo)
Home page: https://github.com/contabo/cntb
Licenses: GPL 3
Build system: copy
Synopsis: Contabo Command Line Interface
Description:

cntb is a command-line interface (CLI) for managing your products from Contabo like VPS and VDS.

postgresql-backup-scripts.git 0.0.1-0.397f2a0
Dependencies: coreutils@9.1 bash-minimal@5.2.37 findutils@4.10.0 postgresql@14.20
Channel: small-guix
Location: small-guix/packages/databases.scm (small-guix packages databases)
Home page: https://codeberg.org/fishinthecalculator/postgresql-backup-scripts
Licenses: X11-style
Build system: copy
Synopsis: Utility scripts for PostgreSQL backups
Description:

This package provides two scripts that will backup PostgreSQL databases in a cluster. They are supposed to be run in scheduled jobs. pg_backup.sh runs regular backups, pg_backup_rotated.sh runs rotated backups.

docker-credential-pass 0.9.4
Dependencies: password-store@1.7.4
Channel: small-guix
Location: small-guix/packages/docker-credentials.scm (small-guix packages docker-credentials)
Home page: https://github.com/docker/docker-credential-helpers
Licenses: Expat
Build system: go
Synopsis: Store Docker login credentials in platform keystores
Description:

docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.

This package provides the docker-credential-pass plugin.

docker-credential-secretservice 0.9.4
Dependencies: libsecret@0.21.7
Channel: small-guix
Location: small-guix/packages/docker-credentials.scm (small-guix packages docker-credentials)
Home page: https://github.com/docker/docker-credential-helpers
Licenses: Expat
Build system: go
Synopsis: Store Docker login credentials in platform keystores
Description:

docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.

This package provides the docker-credential-secretservice plugin.

foliate 3.3.0
Dependencies: bash-minimal@5.2.37 gjs@1.84.2 gsettings-desktop-schemas@48.0 gtk@4.22.1 libadwaita@1.8.2 webkitgtk@2.50.3
Channel: small-guix
Location: small-guix/packages/foliate.scm (small-guix packages foliate)
Home page: https://johnfactotum.github.io/foliate/
Licenses: GPL 3+
Build system: meson
Synopsis: Read ebooks
Description:

Foliate is a GTK4/libadwaita ebook reader that supports EPUB, Kindle (AZW, AZW3) and Mobipocket (MOBI), FictionBook 2 (FB2, FB2.zip), and Comic Book Archive (CBZ) formats. It is implemented in GJS on top of WebKitGTK 6.0.

google-cloud-sdk 562.0.0
Dependencies: bash-minimal@5.2.37 nss-certs@3.101.4 openssl@3.5.5 python-wrapper@3.12.12
Propagated dependencies: python-cffi@1.17.1 python-cryptography@44.0.0 python-crcmod@1.7 python-grpcio@1.52.0
Channel: small-guix
Location: small-guix/packages/gcloud.scm (small-guix packages gcloud)
Home page: https://cloud.google.com/cli
Licenses: Expat
Build system: copy
Synopsis: Google Cloud Command Line Interface
Description:

Create and manage Google Cloud resources and services directly on the command line or via scripts using the Google Cloud CLI.

This package contains vendored dependencies. All have free licenses.

google-cloud-sdk-gke-gcloud-auth-plugin 420.0.0
Channel: small-guix
Location: small-guix/packages/gcloud.scm (small-guix packages gcloud)
Home page: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
Licenses:
Build system: copy
Synopsis: kubectl authentication plugin for GKE
Description:

A google-cloud-sdk component that provides a kubectl authentication plugin for GKE.

gnome-browser-connector 42.1
Dependencies: python@3.12.12
Propagated dependencies: python-pygobject@3.54.3
Channel: small-guix
Location: small-guix/packages/gnome.scm (small-guix packages gnome)
Home page: https://wiki.gnome.org/Projects/GnomeShellIntegration
Licenses: GPL 3+
Build system: meson
Synopsis: Native browser connector for integration with extensions.gnome.org
Description:

Native host messaging connector that provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org.

gnome-shell-extension-dock-ng 1.1.2
Propagated dependencies: glib@2.86.0
Channel: small-guix
Location: small-guix/packages/gnome.scm (small-guix packages gnome)
Home page: https://github.com/ochi12/dock-ng
Licenses: GPL 3+
Build system: gnu
Synopsis: Lightweight dock support for GNOME Shell
Description:

A lightweight non-fixed dock support for GNOME Shell using the native dash with simple but adaptive intellihide.

guile-goblins 0.18.0
Dependencies: guile@3.0.9
Propagated dependencies: guile-bstructs@0.2.0 guile-bstructs@0.2.0 guile-fibers@1.4.3 guile-gnutls@5.0.2 guile-websocket@0.3.0
Channel: small-guix
Location: small-guix/packages/guile-xyz.scm (small-guix packages guile-xyz)
Home page: https://spritely.institute/goblins
Licenses: ASL 2.0
Build system: gnu
Synopsis: Distributed programming environment for Guile
Description:

guile-goblins is the Guile version of Spritely Goblins, a transactional, distributed programming environment following object capability security designs. Goblins is a general toolkit, and also the core layer of Spritely's work to support healthy distributed networked communities. Goblins allows for cooperation between networked programs in a mutually suspicious network through OCapN, the Object Capability Network. This includes collaboration across runtimes; for instance, programs written in the Guile and Racket versions of Goblins are able to speak to each other.

guile-hall.git 0.6.0-1.085c613
Dependencies: bash-minimal@5.2.37 guile@3.0.11 guile-config@0.5.1 guile-lib@0.2.8.1 guix@1.5.0-4.2ef8ed9
Channel: small-guix
Location: small-guix/packages/guile-xyz.scm (small-guix packages guile-xyz)
Home page: https://gitlab.com/a-sassmannshausen/guile-hall
Licenses: GPL 3+
Build system: gnu
Synopsis: Guile project tooling
Description:

Hall is a command-line application and a set of Guile libraries that allow you to quickly create and publish Guile projects. It allows you to transparently support the GNU build system, manage a project hierarchy & provides tight coupling to Guix.

This package tracks the master branch. It currently provides commit 085c61366477f3770dd65f6b5724ea6a611f9728.

guile-g-golf.git 0.8.0-a.5-0.4120743
Dependencies: guile@3.0.9 guile-lib@0.2.8.1 glib@2.86.0
Propagated dependencies: gobject-introspection@1.86.0
Channel: small-guix
Location: small-guix/packages/guile-xyz.scm (small-guix packages guile-xyz)
Home page: https://www.gnu.org/software/g-golf/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Guile Object Library for GNOME
Description:

G-Golf (Gnome: (Guile Object Library for)) is a library for developing modern applications in Guile Scheme. It comprises a direct binding to the GObject Introspection API and higher-level functionality for importing Gnome libraries and making GObject classes (and methods) available in Guile's object-oriented programming system, GOOPS.

kdiff3 1.12.6
Dependencies: boost@1.89.0 icu4c@73.1 kconfig@6.23.0 kcoreaddons@6.23.0 kcrash@6.23.0 ki18n@6.23.0 kio@6.23.0 kwidgetsaddons@6.23.0 kxmlgui@6.23.0 qtwayland@6.9.2
Channel: small-guix
Location: small-guix/packages/kdiff3.scm (small-guix packages kdiff3)
Home page: https://apps.kde.org/kdiff3/
Licenses: GPL 2+
Build system: qt
Synopsis: Compare and merge two or three files or directories
Description:

KDiff3 is a file and directory diff and merge tool which compares and merges two or three text input files or directories, shows the differences line by line and character by character, provides an automatic merge facility, has an editor for comfortable solving of merge conflicts, supports Unicode and UTF-8, and prints differences. It also supports version control keyword and history merging.

meshcore-cli 1.5.7
Propagated dependencies: python-bleak@2.1.1 python-meshcore@2.3.7 python-prompt-toolkit@3.0.51 python-prompt-toolkit@3.0.51 python-requests@2.32.5
Channel: small-guix
Location: small-guix/packages/meshcore.scm (small-guix packages meshcore)
Home page: https://github.com/fdlamotte/meshcore-cli
Licenses:
Build system: pyproject
Synopsis: Command line interface to meshcore companion radios and repeaters
Description:

Command line interface to meshcore companion radios and repeaters.

python-pycayennelpp 2.4.0
Channel: small-guix
Location: small-guix/packages/meshcore.scm (small-guix packages meshcore)
Home page: https://github.com/smlng/pycayennelpp
Licenses: Expat
Build system: pyproject
Synopsis: Encoder and Decoder for CayenneLLP
Description:

Encoder and Decoder for CayenneLLP.

python-meshcore 2.3.7
Propagated dependencies: python-bleak@2.1.1 python-pycayennelpp@2.4.0 python-pycryptodome@3.23.0 python-pyserial-asyncio-fast@0.16
Channel: small-guix
Location: small-guix/packages/meshcore.scm (small-guix packages meshcore)
Home page: https://github.com/fdlamotte/meshcore_py
Licenses:
Build system: pyproject
Synopsis: Base classes for communicating with meshcore companion radios
Description:

Base classes for communicating with meshcore companion radios.

python-pyserial-asyncio-fast 0.16
Propagated dependencies: python-pyserial@3.5
Channel: small-guix
Location: small-guix/packages/meshcore.scm (small-guix packages meshcore)
Home page:
Licenses:
Build system: pyproject
Synopsis: Python Serial Port Extension - Asynchronous I/O support
Description:

Python Serial Port Extension - Asynchronous I/O support.

moar 1.23.6
Channel: small-guix
Location: small-guix/packages/moar.scm (small-guix packages moar)
Home page: https://github.com/walles/moar
Licenses: FreeBSD
Build system: copy
Synopsis: Pager designed to just do the right thing
Description:

Moar is a pager. It reads and displays UTF-8 encoded text from files or pipelines. moar is designed to just do the right thing without any configuration.

Page: 123
Total packages: 68