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.
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.
Bootsnap is a library that plugs into Ruby, with optional support for YAML, to optimize and cache expensive computations.
This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.
ActiveJob allows declaring job classes in a common way across Rails applications.
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.
This Ruby library integrates SassC-Ruby into Rails.
This package provides a modest JavaScript framework for the HTML you already have.
Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
railties provides the core Rails internals including handling application bootup, plugins, generators, and Rake tasks.
Active Record connects classes to relational database table to establish an almost zero-configuration persistence layer for applications.
Provides Sprockets implementation for the Rails Asset Pipeline.
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.
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.
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.
ActionText edits and displays rich text in Rails applications.
This package provides support for using RSpec to test Ruby on Rails applications, in pace of the default Minitest testing library.
ActionView provides conventions and helpers for building web pages in Ruby.
This gem is used to handle HTML sanitization in Rails applications. If you need similar functionality in non Rails apps consider using Loofah directly.
This gem can compare HTML and assert certain elements exists. This is useful when writing tests.
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.
Action Cable integrates WebSockets with Rails applications. Through WebSockets it allows for real-time features in web applications.
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).
This package contains device tree overlay binaries to support the WaveShare SpotPear TFT LCDs on the Raspberry Pi.
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.