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

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.


ruby-stimulus-rails 1.2.1
Propagated dependencies: ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://stimulus.hotwired.dev
Licenses: Expat
Build system: ruby
Synopsis: Modest JavaScript framework for Rails
Description:

This package provides a modest JavaScript framework for the HTML you already have.

ruby-ammeter 1.1.7
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-railties@7.2.2.1 ruby-rspec-rails@7.0.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/alexrothenberg/ammeter
Licenses: Expat
Build system: ruby
Synopsis: Write specs for your Rails 3+ generators
Description:

The ammeter gem makes it easy to write specs for Rails generators. An existing user is rspec-rails, which uses ammeter to spec its own generators.

ruby-web-console 4.2.0
Propagated dependencies: ruby-actionview@7.2.2.1 ruby-activemodel@7.2.2.1 ruby-arel@9.0.0 ruby-skiptrace@0.8.1 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/web-console
Licenses: Expat
Build system: ruby
Synopsis: Debugging tool for your Ruby on Rails applications
Description:

This package allows you to create an interactive Ruby session in your browser. Those sessions are launched automatically in case of an error and can also be launched manually in any page.

ruby-with-advisory-lock 4.0.0
Propagated dependencies: ruby-activerecord@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://closuretree.github.io/with_advisory_lock/
Licenses: Expat
Build system: ruby
Synopsis: Advisory locking for ActiveRecord
Description:

The With advisory lock gem adds advisory locking to ActiveRecord for PostgreSQL and MySQL. SQLite is also supported, but this uses the file system for locks.

ruby-turbo-rails 1.4.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/hotwired/turbo-rails
Licenses: Expat
Build system: ruby
Synopsis: High performance web application framework
Description:

Turbo aims to be as fast as single-page web application without having to write any JavaScript. Turbo accelerates links and form submissions without requiring server-side changes to the generated HTML. It allows carving up a page into independent frames, which can be lazy-loaded and operated as independent components. Finally, it helps making partial page updates using just HTML and a set of CRUD-like container tags. These three techniques reduce the amount of custom JavaScript that many web applications need to write by an order of magnitude. And for the few dynamic bits that are left, Stimulus can be used.

ruby-importmap-rails 2.1.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/importmap-rails
Licenses: Expat
Build system: ruby
Synopsis: Tool to manage modern JavaScript in Rails
Description:

Import maps can import JavaScript modules using logical names that map to versioned/digested files -- directly from the browser. It makes it possible to build modern JavaScript applications using JavaScript libraries made for ES modules (ESM) without the need for transpiling or bundling, which removes the need for Webpack, Yarn, npm, or any other part of the JavaScript toolchain. All that is needed is the asset pipeline that is already included in Rails.

ruby-activesupport 7.2.2.1
Propagated dependencies: ruby-benchmark@0.4.0 ruby-concurrent-ruby@1.3.5 ruby-connection-pool@2.4.1 ruby-i18n@1.13.0 ruby-minitest@5.27.0 ruby-msgpack@1.7.5 ruby-securerandom@0.4.1 ruby-tzinfo@2.0.6-0.5cfebcb ruby-tzinfo-data@1.2025.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Ruby on Rails utility library
Description:

ActiveSupport is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. It includes support for multibyte strings, internationalization, time zones, and testing.

ruby-bootsnap 1.18.6
Propagated dependencies: ruby-msgpack@1.7.5
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/Shopify/bootsnap
Licenses: Expat
Build system: ruby
Synopsis: Accelerator for large Ruby/Rails application
Description:

Bootsnap is a library that plugs into Ruby, with optional support for YAML, to optimize and cache expensive computations.

ruby-rails-html-sanitizer 1.6.0
Propagated dependencies: ruby-loofah@2.24.1 ruby-nokogiri@1.18.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/rails-html-sanitizer
Licenses: Expat
Build system: ruby
Synopsis: HTML sanitization for Rails applications
Description:

This gem is used to handle HTML sanitization in Rails applications. If you need similar functionality in non Rails apps consider using Loofah directly.

ruby-autoprefixer-rails 10.4.13.0
Propagated dependencies: ruby-execjs@2.7.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/ai/autoprefixer-rails
Licenses: Expat
Build system: ruby
Synopsis: Parse CSS and add vendor prefixes to CSS rules
Description:

This gem provides Ruby and Ruby on Rails integration with Autoprefixer, which can parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.

ruby-sass-rails 5.0.7
Propagated dependencies: ruby-railties@7.2.2.1 ruby-sass@3.7.4 ruby-sprockets@4.2.0 ruby-sprockets-rails@3.4.2 ruby-tilt@2.7.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sass-rails
Licenses: Expat
Build system: ruby
Synopsis: Sass adapter for the Rails asset pipeline
Description:

This library integrates the SASS stylesheet language into Ruby on Rails.

ruby-sassc-rails 2.1.2
Propagated dependencies: ruby-railties@7.2.2.1 ruby-sassc@2.4.0 ruby-sprockets@4.2.0 ruby-sprockets-rails@3.4.2 ruby-tilt@2.7.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/sass/sassc-rails
Licenses: Expat
Build system: ruby
Synopsis: SassC-Ruby integration with Rails
Description:

This Ruby library integrates SassC-Ruby into Rails.

ruby-spring 4.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/spring
Licenses: Expat
Build system: ruby
Synopsis: Ruby on Rails application preloader
Description:

Spring is a Ruby on Rails application preloader. It speeds up development by keeping your application running in the background so the application does need to boot it every time you run a test, rake task or migration.

ruby-rails 7.2.2.1
Propagated dependencies: bundler@2.6.9 ruby-actioncable@7.2.2.1 ruby-actionmailbox@7.2.2.1 ruby-actionmailer@7.2.2.1 ruby-actionpack@7.2.2.1 ruby-actiontext@7.2.2.1 ruby-actionview@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activemodel@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-railties@7.2.2.1 ruby-sprockets-rails@3.4.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Full-stack web framework optimized for programmer happiness
Description:

Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.

raspi-arm-chainloader 0.1
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://github.com/librerpi/rpi-open-firmware/
Licenses: GPL 2+
Build system: gnu
Synopsis: Raspberry Pi ARM bootloader
Description:

This package provides a bootloader for the ARM part of a Raspberry Pi. Note: It does not work on Raspberry Pi 1.

rpi-fbcp 0.0.0-0.af8d322
Dependencies: raspberrypi-userland@0.0.0-0.54fd97a
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://github.com/tasanakorn/rpi-fbcp
Licenses: Expat
Build system: cmake
Synopsis: Mirror primary to secondary frame buffer on Raspberry Pi
Description:

The fbcp command provided by this package can be used to copy the primary frame buffer to the secondary frame buffer of a Raspberry Pi. It can for example mirror the primary HDMI output to a secondary LCD display connected to the Raspberry Pi board.

raspi-gpio 0.1-1.6d0769a
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://github.com/RPi-Distro/raspi-gpio
Licenses: Modified BSD
Build system: gnu
Synopsis: State dumper for BCM270x GPIOs
Description:

Tool to help debug / hack at the BCM283x GPIO. You can dump the state of a GPIO (or all GPIOs). You can change a GPIO mode and pulls (and level, if set as an output). Beware that this tool writes directly to the BCM283x GPIO registers, ignoring anything else that may be using them (like Linux drivers).

waveshare-dtoverlays 0.0.0-0.6ea99d4
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://github.com/swkim01/waveshare-dtoverlays/
Licenses: GPL 3+
Build system: gnu
Synopsis: Device tree overlays for WaveShare SpotPear TFT LCDs
Description:

This package contains device tree overlay binaries to support the WaveShare SpotPear TFT LCDs on the Raspberry Pi.

bcm2835 1.64
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://www.airspayce.com/mikem/bcm2835/
Licenses: GPL 3
Build system: gnu
Synopsis: C library for Broadcom BCM 2835 as used in Raspberry Pi
Description:

This package provides a C library for Broadcom BCM 2835 as used in the Raspberry Pi

raspberrypi-userland 0.0.0-0.54fd97a
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://github.com/raspberrypi/userland/
Licenses: Modified BSD
Build system: cmake
Synopsis: Raspberry Pi GPU-related libraries
Description:

This package package contains libraries to interface to EGL, mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, VFC and OpenVG. It also provides the dtmerge, dtoverlay, dtparam, raspivid and tvservice commands, among others.

rpi-imager 1.8.5
Dependencies: gnutls@3.8.9 curl@8.6.0 libarchive@3.7.7 qtdeclarative@5.15.17 qtquickcontrols2@5.15.17 qtsvg@5.15.17 qttools@5.15.17 qtwayland@5.15.18 util-linux@2.40.4
Channel: guix
Location: gnu/packages/raspberry-pi.scm (gnu packages raspberry-pi)
Home page: https://github.com/raspberrypi/rpi-imager/
Licenses: ASL 2.0
Build system: qt
Synopsis: Raspberry Pi Imaging Utility
Description:

rpi-imager is graphical utility to easily provision and flash a memory card with an operating system image suitable for the Raspberry Pi single board computer.

ratpoison 1.4.9
Dependencies: fontconfig-minimal@2.16.0 freetype@2.13.3 libxft@2.3.8 libxi@1.8.2 libxrandr@1.5.4 libxpm@3.5.17 libxt@1.3.1 libxtst@1.2.5 libx11@1.8.12 readline@8.2.13 xorgproto@2024.1 xterm@397
Channel: guix
Location: gnu/packages/ratpoison.scm (gnu packages ratpoison)
Home page: https://www.nongnu.org/ratpoison/
Licenses: GPL 2+
Build system: gnu
Synopsis: Simple mouse-free tiling window manager
Description:

Ratpoison is a simple window manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market.

The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate.

All interaction with the window manager is done through keystrokes. Ratpoison has a prefix map to minimize the key clobbering that cripples Emacs and other quality pieces of software.

freerdp 2.11.7
Dependencies: alsa-lib@1.2.16 cairo@1.18.4 cups@2.4.14 dbus@1.16.2 ffmpeg@4.4.7 gsm@1.0.20 lame@3.100 libjpeg-turbo@2.1.4 libusb@1.0.25 libx11@1.8.12 libxkbfile@1.1.3 libxcursor@1.2.3 libxdamage@1.1.6 libxext@1.3.6 libxi@1.8.2 libxv@1.0.13 libxrandr@1.5.4 libxrender@0.9.12 libxinerama@1.1.5 libxshmfence@1.3.3 opencl-headers@2025.07.22 openh264@2.6.0 opensles@1.1.0 openssl@3.5.5 pcsc-lite@2.4.1 pulseaudio@16.1 zlib@1.3.1
Propagated dependencies: libxkbcommon@1.13.1 openssl@3.5.5 wayland@1.24.0
Channel: guix
Location: gnu/packages/rdesktop.scm (gnu packages rdesktop)
Home page: https://www.freerdp.com
Licenses: ASL 2.0
Build system: cmake
Synopsis: Remote Desktop Protocol implementation
Description:

FreeRDP implements Microsoft's Remote Desktop Protocol. It consists of the xfreerdp client, libraries for client and server functionality, and Windows Portable Runtime (WinPR), a portable implementation of parts of the Windows API.

xorgxrdp 0.10.4
Dependencies: check@0.15.2 imlib2@1.10.0 libx11@1.8.12 libxfixes@6.0.1 libxfont@2.0.7 libxml2@2.14.6 libxpm@3.5.17 libxrandr@1.5.4 libxslt@1.1.43 libxt@1.3.1 pixman@0.46.4 xdpyinfo@1.3.4 xorg-server@21.1.23 xrdp@0.10.6
Channel: guix
Location: gnu/packages/rdesktop.scm (gnu packages rdesktop)
Home page: https://github.com/neutrinolabs/xorgxrdp
Licenses: X11
Build system: gnu
Synopsis: Xorg drivers for xrdp
Description:

xorgxrdp is a collection of modules to be used with a pre-existing X.Org install to make the X server act like X11rdp. Unlike X11rdp, you don't have to recompile the whole X Window System. Instead, additional modules are installed to a location where the existing Xorg installation would pick them.

Total packages: 72465