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.
Provides Sprockets implementation for the Rails Asset Pipeline.
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.
GlobalID provides a way to generate URIs from a model in Ruby that uniquely identify it.
This library integrates the SASS stylesheet language into Ruby on Rails.
Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
This package provides a Ruby wrapper for the MRI 2.0 debug_inspector API.
marcel provides MIME type detection using magic numbers, filenames, and extensions
ActiveJob allows declaring job classes in a common way across Rails applications.
This package provides a toolkit for building modeling frameworks like Active Record. ActiveSupport handles attributes, callbacks, validations, serialization, internationalization, and testing.
ActionMailbox receives and processes incoming emails in Rails applications.
Action Cable integrates WebSockets with Rails applications. Through WebSockets it allows for real-time features in web applications.
ActionText edits and displays rich text in Rails applications.
Compose, deliver, receive, and test emails using the controller/view pattern. Including support for multipart email and attachments.
This gem can compare HTML and assert certain elements exists. This is useful when writing tests.
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.
ActionPack provides conventions for building and testing MVC web applications. These work with any Rack-compatible server.
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.
This Ruby library integrates SassC-Ruby into Rails.
railties provides the core Rails internals including handling application bootup, plugins, generators, and Rake tasks.
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.
This gem is used to handle HTML sanitization in Rails applications. If you need similar functionality in non Rails apps consider using Loofah directly.
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).
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.
This package provides a C library for Broadcom BCM 2835 as used in the Raspberry Pi