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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


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
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
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.

postgresql-backup-scripts.git 0.0.1-0.397f2a0
Dependencies: coreutils@9.1 bash-minimal@5.2.37 findutils@4.10.0 postgresql@14.13
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
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-secretservice 0.9.4
Dependencies: libsecret@0.21.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
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.

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
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.

google-cloud-cli 447.0.0
Dependencies: python@3.11.11 openssl@3.0.8
Propagated dependencies: python-cffi@1.17.1 python-cryptography@44.0.0 python-crcmod@1.7
Channel: small-guix
Location: small-guix/packages/gcloud.scm (small-guix packages gcloud)
Home page: https://cloud.google.com/cli
Licenses: Expat
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.

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:
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.11.11
Propagated dependencies: python-pygobject@3.50.0
Channel: small-guix
Location: small-guix/packages/gnome.scm (small-guix packages gnome)
Home page: https://wiki.gnome.org/Projects/GnomeShellIntegration
Licenses: GPL 3+
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.

gcr 4.4.0.1
Dependencies: dbus@1.15.8 gnupg@2.4.7 libgcrypt@1.11.0 libsecret@0.21.4
Propagated dependencies: glib@2.83.3 gtk@4.16.13 p11-kit@0.24.1
Channel: small-guix
Location: small-guix/packages/gnome.scm (small-guix packages gnome)
Home page: https://www.gnome.org
Licenses: LGPL 2.1+
Synopsis: Libraries for displaying certificates and accessing key stores
Description:

The GCR package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop.

guile-g-golf.git 0.8.0-a.5-0.4120743
Dependencies: guile@3.0.9 guile-lib@0.2.8.1 glib@2.83.3
Propagated dependencies: gobject-introspection@1.82.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+
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.

Note: Currently, when developing with G-Golf in guix shell, there is a grafts bug in Guix. To avoid it, use Guix' --no-grafts option. Guix packages that use wrap-program are unaffected.

guile-hall.git 0.6.0-1.085c613
Dependencies: bash-minimal@5.2.37 guile@3.0.9 guile-config@0.5.1 guile-lib@0.2.8.1 guix@1.4.0-47.21ce6b3
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+
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.

idea-ultimate-unwrapped 232.7754.73
Dependencies: coreutils@9.1 e2fsprogs@1.47.2 fontconfig-minimal@2.14.0 libstdc++@14.3.0 git@2.51.0 grep@3.11 libnotify@0.8.3 libsecret@0.21.4 openjdk@17.0.10 nss@3.101.4 python@3.11.11 which@2.21
Channel: small-guix
Location: small-guix/packages/jetbrains.scm (small-guix packages jetbrains)
Home page: https://www.jetbrains.com/idea/
Licenses: Nonfree
Synopsis: IntelliJ IDEA - the Leading Java and Kotlin IDE
Description:

IDE for Java SE, Groovy & Scala development. It provides an environment for building Google Android apps with JUnit, TestNG, popular SCMs, Ant & Maven.

idea-ultimate 232.7754.73
Dependencies: idea-ultimate-unwrapped@232.7754.73 fhs-union-64@0.0 fhs-union-32@0.0 fhs-internal@232.7754.73
Channel: small-guix
Location: small-guix/packages/jetbrains.scm (small-guix packages jetbrains)
Home page: https://www.jetbrains.com/idea/
Licenses: Nonfree
Synopsis: IntelliJ IDEA - the Leading Java and Kotlin IDE
Description:

IDE for Java SE, Groovy & Scala development. It provides an environment for building Google Android apps with JUnit, TestNG, popular SCMs, Ant & Maven.

lutris-wrapped 0.5.19
Dependencies: lutris@0.5.19 fhs-union-64@0.0 fhs-union-32@0.0 fhs-internal@0.5.19
Channel: small-guix
Location: small-guix/packages/lutris.scm (small-guix packages lutris)
Home page: https://github.com/lutris/lutris
Licenses: GPL 3
Synopsis: Game library manager
Description:

Lutris is a game manager that can be used as a frontend for many sources of games

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
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.

moolticute 0.44.17
Dependencies: eudev@3.2.14 hicolor-icon-theme@0.17 libusb@1.0.25 qtbase@5.15.16 qtwebsockets@5.15.16
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/moolticute
Licenses: GPL 3+
Synopsis: Mooltipass crossplatform daemon and tools
Description:

This project aims to be an easy to use companion to your Mooltipass device and extend the power of the device to more platform/tools. With it you can manage your Mooltipass with a cross-platform app, as well as provide a daemon service that handles all USB communication with the device.

This tool comes with a daemon that runs in background, and a user interface app to control your Mooltipass. Other clients can also connect and talk to the daemon (it uses a websocket connection and simple JSON messages).

It is completely cross platform, and runs on Linux (using native hidraw API), OS X (native IOKit API), and Windows (native HID API).

moolticute 0.44.19
Dependencies: eudev@3.2.14 hicolor-icon-theme@0.17 libusb@1.0.25 qtbase@5.15.16 qtwebsockets@5.15.16
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/moolticute
Licenses: GPL 3+
Synopsis: Mooltipass crossplatform daemon and tools
Description:

This project aims to be an easy to use companion to your Mooltipass device and extend the power of the device to more platform/tools. With it you can manage your Mooltipass with a cross-platform app, as well as provide a daemon service that handles all USB communication with the device.

This tool comes with a daemon that runs in background, and a user interface app to control your Mooltipass. Other clients can also connect and talk to the daemon (it uses a websocket connection and simple JSON messages).

It is completely cross platform, and runs on Linux (using native hidraw API), OS X (native IOKit API), and Windows (native HID API).

mooltipass-udev-rules 2023011200
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/mooltipass-udev
Licenses: GPL 3+
Synopsis: udev rules for Mooltipass devices
Description:

Provides a set of udev rules to allow using Mooltipass devices into a compatible udev Linux box. This package is intended to be added as a rule to the udev-service-type in your operating-system configuration.

Simply installing this package will not have any effect. It is meant to be passed to the udev service.

mooltipass-udev-rules 2019120501
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/mooltipass-udev
Licenses: GPL 3+
Synopsis: udev rules for Mooltipass devices
Description:

Provides a set of udev rules to allow using Mooltipass devices into a compatible udev Linux box. This package is intended to be added as a rule to the udev-service-type in your operating-system configuration.

Simply installing this package will not have any effect. It is meant to be passed to the udev service.

moolticute 0.44.22
Dependencies: eudev@3.2.14 hicolor-icon-theme@0.17 libusb@1.0.25 qtbase@5.15.16 qtwebsockets@5.15.16
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/moolticute
Licenses: GPL 3+
Synopsis: Mooltipass crossplatform daemon and tools
Description:

This project aims to be an easy to use companion to your Mooltipass device and extend the power of the device to more platform/tools. With it you can manage your Mooltipass with a cross-platform app, as well as provide a daemon service that handles all USB communication with the device.

This tool comes with a daemon that runs in background, and a user interface app to control your Mooltipass. Other clients can also connect and talk to the daemon (it uses a websocket connection and simple JSON messages).

It is completely cross platform, and runs on Linux (using native hidraw API), OS X (native IOKit API), and Windows (native HID API).

moolticute 1.03.0
Dependencies: eudev@3.2.14 hicolor-icon-theme@0.17 libusb@1.0.25 qtbase@5.15.16 qtwebsockets@5.15.16
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/moolticute
Licenses: GPL 3+
Synopsis: Mooltipass crossplatform daemon and tools
Description:

This project aims to be an easy to use companion to your Mooltipass device and extend the power of the device to more platform/tools. With it you can manage your Mooltipass with a cross-platform app, as well as provide a daemon service that handles all USB communication with the device.

This tool comes with a daemon that runs in background, and a user interface app to control your Mooltipass. Other clients can also connect and talk to the daemon (it uses a websocket connection and simple JSON messages).

It is completely cross platform, and runs on Linux (using native hidraw API), OS X (native IOKit API), and Windows (native HID API).

my-moolticute 0.44.19
Dependencies: eudev@3.2.14 hicolor-icon-theme@0.17 libusb@1.0.25 qtbase@5.15.16 qtwebsockets@5.15.16
Channel: small-guix
Location: small-guix/packages/moolticute.scm (small-guix packages moolticute)
Home page: https://github.com/mooltipass/moolticute
Licenses: GPL 3+
Synopsis: Mooltipass crossplatform daemon and tools
Description:

This project aims to be an easy to use companion to your Mooltipass device and extend the power of the device to more platform/tools. With it you can manage your Mooltipass with a cross-platform app, as well as provide a daemon service that handles all USB communication with the device.

This tool comes with a daemon that runs in background, and a user interface app to control your Mooltipass. Other clients can also connect and talk to the daemon (it uses a websocket connection and simple JSON messages).

It is completely cross platform, and runs on Linux (using native hidraw API), OS X (native IOKit API), and Windows (native HID API).

Page: 123
Total results: 53