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

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-activejob 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-globalid@1.1.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Declare job classes for multiple backends
Description:

ActiveJob allows declaring job classes in a common way across Rails applications.

ruby-sprockets-rails 3.4.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-sprockets@4.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sprockets-rails
Licenses: Expat
Build system: ruby
Synopsis: Sprockets Rails integration
Description:

Provides Sprockets implementation for the Rails Asset Pipeline.

ruby-activestorage 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-marcel@1.0.4 ruby-mini-mime@1.1.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Integrate file storage services in to Rails applications
Description:

ActiveStorage integrates file storage services with Rails applications, allowing files to be attached to ActiveRecord models.

ruby-actioncable 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nio4r@2.7.4 ruby-websocket-driver@0.7.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Integrate integrates WebSockets with Rails applications
Description:

Action Cable integrates WebSockets with Rails applications. Through WebSockets it allows for real-time features in web applications.

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

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-globalid 1.1.0
Propagated dependencies: ruby-activesupport@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Generate URIs identifying model instances in Ruby
Description:

GlobalID provides a way to generate URIs from a model in Ruby that uniquely identify it.

ruby-actionmailbox 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-mail@2.8.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Receive and process incoming emails in Rails applications
Description:

ActionMailbox receives and processes incoming emails in Rails applications.

ruby-activerecord 7.2.2.1
Propagated dependencies: ruby-activemodel@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-sqlite3@2.5.0 ruby-timeout@0.4.3
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Ruby library to connect to relational databases
Description:

Active Record connects classes to relational database table to establish an almost zero-configuration persistence layer for applications.

ruby-rspec-rails 7.0.2
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-railties@7.2.2.1 ruby-rspec-core@3.13.2 ruby-rspec-expectations@3.13.3 ruby-rspec-mocks@3.13.2 ruby-rspec-support@3.13.2
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rspec/rspec-rails
Licenses: Expat
Build system: ruby
Synopsis: Use RSpec to test Ruby on Rails applications
Description:

This package provides support for using RSpec to test Ruby on Rails applications, in pace of the default Minitest testing library.

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-actionview 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1 ruby-builder@3.3.0 ruby-erubi@1.11.0 ruby-rails-dom-testing@2.2.0 ruby-rails-html-sanitizer@1.6.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Conventions and helpers for building web pages
Description:

ActionView provides conventions and helpers for building web pages in Ruby.

ruby-debug-inspector 1.1.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/banister/debug_inspector
Licenses: Expat
Build system: ruby
Synopsis: Ruby wrapper for the MRI 2.0 debug_inspector API
Description:

This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.

ruby-propshaft 0.7.0
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.22 ruby-railties@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/propshaft
Licenses: Expat
Build system: ruby
Synopsis: Asset pipeline library for Rails
Description:

Propshaft is an asset pipeline library for Rails. It's built for an era where bundling assets to save on HTTP connections is no longer urgent, where JavaScript and CSS are either compiled by dedicated Node.js bundlers or served directly to the browsers, and where increases in bandwidth have made the need for minification less pressing. These factors allow for a dramatically simpler and faster asset pipeline compared to previous options, like Sprockets.

ruby-activemodel 7.2.2.1
Propagated dependencies: ruby-activesupport@7.2.2.1
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Toolkit for building modeling frameworks like Active Record
Description:

This package provides a toolkit for building modeling frameworks like Active Record. ActiveSupport handles attributes, callbacks, validations, serialization, internationalization, and testing.

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-actiontext 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-activerecord@7.2.2.1 ruby-activestorage@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-nokogiri@1.18.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org
Licenses: Expat
Build system: ruby
Synopsis: Edit and display rich text in Rails applications
Description:

ActionText edits and displays rich text in Rails applications.

ruby-actionpack 7.2.2.1
Propagated dependencies: ruby-actionview@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-rack@2.2.22 ruby-rack-cache@1.13.0 ruby-rack-session@1.0.1 ruby-rack-test@2.1.0 ruby-rails-dom-testing@2.2.0 ruby-rails-html-sanitizer@1.6.0 ruby-useragent@0.16.10
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Conventions for building and testing MVC web applications
Description:

ActionPack provides conventions for building and testing MVC web applications. These work with any Rack-compatible server.

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-sprockets 4.2.0
Propagated dependencies: ruby-concurrent-ruby@1.3.5 ruby-rack@2.2.22
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://github.com/rails/sprockets
Licenses: Expat
Build system: ruby
Synopsis: Sprockets is a Rack-based asset packaging system
Description:

Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.

ruby-actionmailer 7.2.2.1
Propagated dependencies: ruby-actionpack@7.2.2.1 ruby-actionview@7.2.2.1 ruby-activejob@7.2.2.1 ruby-activesupport@7.2.2.1 ruby-mail@2.8.1 ruby-rails-dom-testing@2.2.0
Channel: guix
Location: gnu/packages/rails.scm (gnu packages rails)
Home page: https://rubyonrails.org/
Licenses: Expat
Build system: ruby
Synopsis: Work with emails using the controller/view pattern
Description:

Compose, deliver, receive, and test emails using the controller/view pattern. Including support for multipart email and attachments.

Total packages: 32521